summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C')
-rw-r--r--gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C b/gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C
index 8a2054e2d6b..4b265b6716e 100644
--- a/gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C
+++ b/gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++1z" }
+// { dg-options "-std=c++17" }
template<typename T>
struct is_float