aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2018-06-01 21:33:08 -0400
committerJason Merrill <jason@gcc.gnu.org>2018-06-01 21:33:08 -0400
commit946d79a61ca8c7dd2872c43fffaec432fe7b46e6 (patch)
treec3b81d66f5a1fbb1c40e9aaa08e370ac60dc8ba4 /gcc
parent69311919e2f67b5bcf474700dd2c1127553addcb (diff)
downloadgcc-946d79a61ca8c7dd2872c43fffaec432fe7b46e6.zip
gcc-946d79a61ca8c7dd2872c43fffaec432fe7b46e6.tar.gz
gcc-946d79a61ca8c7dd2872c43fffaec432fe7b46e6.tar.bz2
* g++.dg/cpp1z/feat-cxx1z.C: Update __cpp_deduction_guides.
From-SVN: r261100
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C b/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
index 2ab1b4e..e90b744 100644
--- a/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
+++ b/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
@@ -358,8 +358,8 @@
#ifndef __cpp_deduction_guides
# error "__cpp_deduction_guides"
-#elif __cpp_deduction_guides != 201611
-# error "__cpp_deduction_guides != 201611"
+#elif __cpp_deduction_guides != 201703
+# error "__cpp_deduction_guides != 201703"
#endif
#ifndef __cpp_if_constexpr