diff options
Diffstat (limited to 'test/Parser/types.c')
-rw-r--r-- | test/Parser/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/types.c b/test/Parser/types.c index 0e8a63d..53b9dd5 100644 --- a/test/Parser/types.c +++ b/test/Parser/types.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -parse-noop +// RUN: %clang_cc1 %s -fsyntax-only -verify // Test the X can be overloaded inside the struct. typedef int X; |