summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-concepts-requires-clause.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Parser/cxx-concepts-requires-clause.cpp')
-rw-r--r--clang/test/Parser/cxx-concepts-requires-clause.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/cxx-concepts-requires-clause.cpp b/clang/test/Parser/cxx-concepts-requires-clause.cpp
index 60e7004e081..9cef4c64ee9 100644
--- a/clang/test/Parser/cxx-concepts-requires-clause.cpp
+++ b/clang/test/Parser/cxx-concepts-requires-clause.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
// Test parsing of the optional requires-clause in a template-declaration.
OpenPOWER on IntegriCloud