diff options
Diffstat (limited to 'test/Sema/varargs-x86-64.c')
-rw-r--r-- | test/Sema/varargs-x86-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/varargs-x86-64.c b/test/Sema/varargs-x86-64.c index 7c71c96..2cfedc1 100644 --- a/test/Sema/varargs-x86-64.c +++ b/test/Sema/varargs-x86-64.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s -triple x86_64-apple-darwin9 +// RUN: %clang_cc1 -fsyntax-only -verify %s -triple x86_64-apple-darwin9 // rdar://6726818 void f1() { |