diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C b/gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C index ddf99aa9933..c8590b4074b 100644 --- a/gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C +++ b/gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C @@ -1,4 +1,4 @@ -// { dg-do run { target c++2a } } +// { dg-do run { target c++20 } } #define assert(E) if (!(E)) __builtin_abort(); |