summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/cxx2a-constraint-caching.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaTemplate/cxx2a-constraint-caching.cpp')
-rw-r--r--clang/test/SemaTemplate/cxx2a-constraint-caching.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/SemaTemplate/cxx2a-constraint-caching.cpp b/clang/test/SemaTemplate/cxx2a-constraint-caching.cpp
index fd95c80ff61..aa0ad94bef7 100644
--- a/clang/test/SemaTemplate/cxx2a-constraint-caching.cpp
+++ b/clang/test/SemaTemplate/cxx2a-constraint-caching.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -std=c++2a -fconcepts-ts -verify %s
-// RUN: %clang_cc1 -std=c++2a -fconcepts-ts -verify %s -fno-concept-satisfaction-caching -DNO_CACHE
+// RUN: %clang_cc1 -std=c++2a -verify %s
+// RUN: %clang_cc1 -std=c++2a -verify %s -fno-concept-satisfaction-caching -DNO_CACHE
// expected-no-diagnostics
template<typename T>
OpenPOWER on IntegriCloud