summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/concepts/placeholder6.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/concepts/placeholder6.C')
-rw-r--r--gcc/testsuite/g++.dg/concepts/placeholder6.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/concepts/placeholder6.C b/gcc/testsuite/g++.dg/concepts/placeholder6.C
index ee218fdf904..ab56c637d3e 100644
--- a/gcc/testsuite/g++.dg/concepts/placeholder6.C
+++ b/gcc/testsuite/g++.dg/concepts/placeholder6.C
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++1z -fconcepts" }
+// { dg-options "-std=c++17 -fconcepts" }
template <int I> struct B { static const int i = I; };
template <int I> concept bool Few = I < 10;