diff options
Diffstat (limited to 'test/SemaObjC/method-lookup-3.m')
-rw-r--r-- | test/SemaObjC/method-lookup-3.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/method-lookup-3.m b/test/SemaObjC/method-lookup-3.m index 8ed583f..9e7c4c9 100644 --- a/test/SemaObjC/method-lookup-3.m +++ b/test/SemaObjC/method-lookup-3.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang -cc1 -fsyntax-only -verify %s typedef struct { int y; } Abstract; |