summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-26 11:41:37 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-26 11:41:37 +0000
commitbe58e01da55c6dbbfe20e7bcbac6b7b354052ca8 (patch)
tree95c9553da61de9d5427f8374ba3b15541eaf0709 /libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc
parent2e60903f7f2ffeae21e499490981b936e59b051c (diff)
downloadgcc-be58e01da55c6dbbfe20e7bcbac6b7b354052ca8.tar.gz
Use effective-target instead of -std options
* testsuite/*: Use { target c++11 } or { target c++14 } instead of using -std in dg-options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239777 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc')
-rw-r--r--libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc b/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc
index cb24b5b6ad7..02aba25b946 100644
--- a/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc
+++ b/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++11" }
+// { dg-do run { target c++11 } }
// 2010-09-22 Paolo Carlini <paolo.carlini@oracle.com>
//