diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/noexcept12.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/noexcept12.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/noexcept12.C b/gcc/testsuite/g++.dg/cpp0x/noexcept12.C index 592504bd5e9..185364b0f8b 100644 --- a/gcc/testsuite/g++.dg/cpp0x/noexcept12.C +++ b/gcc/testsuite/g++.dg/cpp0x/noexcept12.C @@ -1,5 +1,5 @@ // Test that we handle merging with deferred noexcept. -// { dg-options -std=c++11 } +// { dg-do compile { target c++11 } } template <class U> struct O |