diff options
Diffstat (limited to 'clang/test/CodeGen/bool-init.c')
-rw-r--r-- | clang/test/CodeGen/bool-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/bool-init.c b/clang/test/CodeGen/bool-init.c index 2e5d56a0a1c..7d331ed07eb 100644 --- a/clang/test/CodeGen/bool-init.c +++ b/clang/test/CodeGen/bool-init.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm < %s | grep i1 | count 1 +// RUN: clang-cc -emit-llvm < %s | grep i1 | count 1 // Check that the type of this global isn't i1 _Bool test = &test; |