aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx1z-coroutines.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/cxx1z-coroutines.cpp')
-rw-r--r--test/Parser/cxx1z-coroutines.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/cxx1z-coroutines.cpp b/test/Parser/cxx1z-coroutines.cpp
index 3e698404a600..68ef91c81727 100644
--- a/test/Parser/cxx1z-coroutines.cpp
+++ b/test/Parser/cxx1z-coroutines.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -fcoroutines %s -verify
+// RUN: %clang_cc1 -std=c++11 -fcoroutines-ts %s -verify
template<typename T, typename U>
U f(T t) {