summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/set/allocator/move.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/23_containers/set/allocator/move.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/23_containers/set/allocator/move.cc')
-rw-r--r--libstdc++-v3/testsuite/23_containers/set/allocator/move.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/set/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/move.cc
index ed14c1d5376..fecbfcb0550 100644
--- a/libstdc++-v3/testsuite/23_containers/set/allocator/move.cc
+++ b/libstdc++-v3/testsuite/23_containers/set/allocator/move.cc
@@ -15,7 +15,7 @@
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
-// { dg-options "-std=gnu++11" }
+// { dg-do run { target c++11 } }
#include <set>
#include <testsuite_hooks.h>