summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C')
-rw-r--r--gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C b/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C
index 2daa346be06..65f5cfe7ce4 100644
--- a/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C
+++ b/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C
@@ -1,5 +1,5 @@
// PR c++/79556
-// { dg-options -std=c++1z }
+// { dg-options -std=c++17 }
template <auto> struct A;
template <auto...> struct B;