diff options
Diffstat (limited to 'test/Sema/deref.c')
-rw-r--r-- | test/Sema/deref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/deref.c b/test/Sema/deref.c index 965940e26d..845b28645a 100644 --- a/test/Sema/deref.c +++ b/test/Sema/deref.c @@ -1,4 +1,4 @@ -/* RUN: clang-cc -fsyntax-only -verify -std=c90 -pedantic %s +/* RUN: %clang_cc1 -fsyntax-only -verify -std=c90 -pedantic %s */ void foo (void) |