diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/implicit3.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/implicit3.C | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/implicit3.C b/gcc/testsuite/g++.dg/cpp0x/implicit3.C index abef33a8e63..8176a6e1878 100644 --- a/gcc/testsuite/g++.dg/cpp0x/implicit3.C +++ b/gcc/testsuite/g++.dg/cpp0x/implicit3.C @@ -1,6 +1,5 @@ // Basic runtime test for implicit move constructor -// { dg-do run } -// { dg-options -std=c++11 } +// { dg-do run { target c++11 } } int m; |