diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/constexpr-empty4.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/constexpr-empty4.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-empty4.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-empty4.C index 3b7380d1284..f61aa69326c 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-empty4.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-empty4.C @@ -1,4 +1,4 @@ -// { dg-options -std=c++11 } +// { dg-do compile { target c++11 } } typedef decltype(sizeof(char)) size_type; |