diff options
Diffstat (limited to 'test/Sema/implicit-def.c')
-rw-r--r-- | test/Sema/implicit-def.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/implicit-def.c b/test/Sema/implicit-def.c index 3b31b99..6caa090 100644 --- a/test/Sema/implicit-def.c +++ b/test/Sema/implicit-def.c @@ -1,5 +1,5 @@ -/* RUN: clang-cc -fsyntax-only %s -std=c89 - * RUN: not clang-cc -fsyntax-only %s -std=c99 -pedantic-errors +/* RUN: %clang_cc1 -fsyntax-only %s -std=c89 + * RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors */ int A() { |