summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/tm/tm.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/tm/tm.exp')
-rw-r--r--gcc/testsuite/g++.dg/tm/tm.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/g++.dg/tm/tm.exp b/gcc/testsuite/g++.dg/tm/tm.exp
index 1d1dc3c799..5b38a11df0 100644
--- a/gcc/testsuite/g++.dg/tm/tm.exp
+++ b/gcc/testsuite/g++.dg/tm/tm.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -34,10 +34,10 @@ dg-init
# Run the tests that are shared with C.
g++-dg-runtest [lsort [glob -nocomplain $srcdir/c-c++-common/tm/*.c]] \
- $DEFAULT_CXXFLAGS
+ "" $DEFAULT_CXXFLAGS
# Run the C++ only tests.
g++-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C]] \
- $DEFAULT_CXXFLAGS
+ "" $DEFAULT_CXXFLAGS
# All done.
dg-finish