diff options
Diffstat (limited to 'clang/test/SemaObjC/super.m')
-rw-r--r-- | clang/test/SemaObjC/super.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/super.m b/clang/test/SemaObjC/super.m index 2896968e464..3b8697288a3 100644 --- a/clang/test/SemaObjC/super.m +++ b/clang/test/SemaObjC/super.m @@ -1,4 +1,4 @@ -// RUN: clang -cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify %s @interface Foo - iMethod; |