diff options
Diffstat (limited to 'clang/test/CodeGen/PR3613-static-decl.c')
-rw-r--r-- | clang/test/CodeGen/PR3613-static-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/PR3613-static-decl.c b/clang/test/CodeGen/PR3613-static-decl.c index 6dcaa183d3f..365b9b2be05 100644 --- a/clang/test/CodeGen/PR3613-static-decl.c +++ b/clang/test/CodeGen/PR3613-static-decl.c @@ -1,4 +1,4 @@ -// RUN: clang -triple i386-unknown-unknown -emit-llvm -o %t %s && +// RUN: clang-cc -triple i386-unknown-unknown -emit-llvm -o %t %s && // RUN: grep '@g0 = internal global .struct.s0 <{ i32 3 }>' %t | count 1 struct s0 { |