diff options
Diffstat (limited to 'test/Parser/method-prototype-1.m')
-rw-r--r-- | test/Parser/method-prototype-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/method-prototype-1.m b/test/Parser/method-prototype-1.m index d2d9563..a32bc2e 100644 --- a/test/Parser/method-prototype-1.m +++ b/test/Parser/method-prototype-1.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -parse-noop +// RUN: %clang_cc1 %s -fsyntax-only @interface MyObject - (void) bycopy : (int) woodo, ... ; - (void) break : (int) woodo, ... ; |