diff options
Diffstat (limited to 'clang/test/CodeGen/struct-x86-darwin.c')
-rw-r--r-- | clang/test/CodeGen/struct-x86-darwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/struct-x86-darwin.c b/clang/test/CodeGen/struct-x86-darwin.c index 7a2e7de36b1..050e26dcab9 100644 --- a/clang/test/CodeGen/struct-x86-darwin.c +++ b/clang/test/CodeGen/struct-x86-darwin.c @@ -1,4 +1,4 @@ -// RUN: clang < %s -emit-llvm > %t1 -triple=i686-apple-darwin9 +// RUN: clang-cc < %s -emit-llvm > %t1 -triple=i686-apple-darwin9 // Run grep "STest1 = type <{ i32, \[4 x i16\], double }>" %t1 && // RUN: grep "STest2 = type <{ i16, i16, i32, i32 }>" %t1 && // RUN: grep "STest3 = type <{ i8, i8, i16, i32 }>" %t1 && |