diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C b/gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C index 4428ee1796c..6fb430d90a3 100644 --- a/gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C +++ b/gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C @@ -1,4 +1,4 @@ -// { dg-do compile { target c++2a } } +// { dg-do compile { target c++20 } } // { dg-additional-options "-fconcepts-ts" } #include <type_traits> |