diff options
Diffstat (limited to 'test/CodeGen/incomplete-function-type.c')
-rw-r--r-- | test/CodeGen/incomplete-function-type.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/incomplete-function-type.c b/test/CodeGen/incomplete-function-type.c index c760e04..0ba6633 100644 --- a/test/CodeGen/incomplete-function-type.c +++ b/test/CodeGen/incomplete-function-type.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s // CHECK: ModuleID // CHECK-NOT: opaque // CHECK: define void @f0 |