summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/abbrev1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp1z/abbrev1.C')
-rw-r--r--gcc/testsuite/g++.dg/cpp1z/abbrev1.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp1z/abbrev1.C b/gcc/testsuite/g++.dg/cpp1z/abbrev1.C
index 68a0bf3acad..3caa814c58d 100644
--- a/gcc/testsuite/g++.dg/cpp1z/abbrev1.C
+++ b/gcc/testsuite/g++.dg/cpp1z/abbrev1.C
@@ -1,5 +1,5 @@
// PR c++/64969
-// { dg-options "-std=c++1z" }
+// { dg-options "-std=c++17" }
auto f1(auto x) { return *x; }
decltype(auto) f2(auto x) { return *x; }