diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/constexpr-array2.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/constexpr-array2.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-array2.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-array2.C index 4f556ae6661..ad6b12171ae 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-array2.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-array2.C @@ -1,5 +1,5 @@ // PR c++/46348 -// { dg-options -std=c++11 } +// { dg-do compile { target c++11 } } template<__SIZE_TYPE__ _Nw> struct _Base |