diff options
Diffstat (limited to 'test/SemaObjC/method-lookup.m')
-rw-r--r-- | test/SemaObjC/method-lookup.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/method-lookup.m b/test/SemaObjC/method-lookup.m index 49dc789..b9607eb 100644 --- a/test/SemaObjC/method-lookup.m +++ b/test/SemaObjC/method-lookup.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s typedef signed char BOOL; typedef int NSInteger; |