diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested3.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested3.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested3.C b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested3.C index 2cc6f964083..f7894fb408c 100644 --- a/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested3.C +++ b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested3.C @@ -1,5 +1,5 @@ // PR c++/41896 -// { dg-options "-std=c++0x" } +// { dg-do compile { target c++11 } } void nested_lambda() { |