diff options
Diffstat (limited to 'test/Lexer/coroutines.cpp')
-rw-r--r-- | test/Lexer/coroutines.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/coroutines.cpp b/test/Lexer/coroutines.cpp index 86d5f969374d6..186c84b36ed6f 100644 --- a/test/Lexer/coroutines.cpp +++ b/test/Lexer/coroutines.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only %s -// RUN: %clang_cc1 -fcoroutines -DCORO -fsyntax-only %s +// RUN: %clang_cc1 -fcoroutines-ts -DCORO -fsyntax-only %s #ifdef CORO #define CORO_KEYWORD(NAME) _Static_assert(!__is_identifier(NAME), #NAME) |