diff options
Diffstat (limited to 'clang/test/Parser/goto-ident.c')
-rw-r--r-- | clang/test/Parser/goto-ident.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/goto-ident.c b/clang/test/Parser/goto-ident.c index 7231445c79a..87d6ea5513d 100644 --- a/clang/test/Parser/goto-ident.c +++ b/clang/test/Parser/goto-ident.c @@ -1,4 +1,4 @@ -/* RUN: clang -parse-ast -verify %s +/* RUN: clang -fsyntax-only -verify %s */ void foo() { |