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 1d535de..86a912f 100644 --- a/test/Parser/method-prototype-1.m +++ b/test/Parser/method-prototype-1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -parse-noop +// RUN: clang -cc1 %s -parse-noop @interface MyObject - (void) bycopy : (int) woodo, ... ; - (void) break : (int) woodo, ... ; |