summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp')
-rw-r--r--clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp b/clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
index 2d80475e1eb..0afe1e6f2b6 100644
--- a/clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
+++ b/clang/test/Parser/cxx2a-constrained-template-param-with-partial-id.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++2a -fconcepts-ts -x c++ %s -verify
+// RUN: %clang_cc1 -std=c++2a -x c++ %s -verify
template<typename T, int a>
concept C1 = true;
OpenPOWER on IntegriCloud