diff options
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp2a/constinit15.C')
-rw-r--r-- | gcc/testsuite/g++.dg/cpp2a/constinit15.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp2a/constinit15.C b/gcc/testsuite/g++.dg/cpp2a/constinit15.C index 32594334330..29e8b51326d 100644 --- a/gcc/testsuite/g++.dg/cpp2a/constinit15.C +++ b/gcc/testsuite/g++.dg/cpp2a/constinit15.C @@ -1,5 +1,5 @@ // PR c++/92058 - constinit malfunction in static data member. -// { dg-do compile { target c++2a } } +// { dg-do compile { target c++20 } } struct B { B() {} |