diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C b/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C index d76f12eb209..992fcbbfccb 100644 --- a/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C +++ b/gcc/testsuite/g++.dg/cpp2a/concepts-recursive-sat2.C @@ -1,4 +1,4 @@ -// { dg-do compile { target c++2a } } +// { dg-do compile { target c++20 } } template<typename T> concept Fooable = requires(T t) { foo(t); }; // { dg-error "template instantiation depth" } |