diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 11:27:37 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-25 11:27:37 +0000 |
commit | 97ea867690314be089744a52931b42a7f6a291a1 (patch) | |
tree | 4c54cfa14e84fced5cc4047028141521d1f5a2e2 /clang/test/CodeGen/darwin-string-literals.c | |
parent | 3ab3b5e17a6880b582f86e65ccab352de2d5a362 (diff) | |
download | bcm5719-llvm-97ea867690314be089744a52931b42a7f6a291a1.tar.gz bcm5719-llvm-97ea867690314be089744a52931b42a7f6a291a1.zip |
MultiTestRunner: Validate '&&' at the end of RUN lines.
- This is just to normalize, these will go away soon hopefully.
Added all the missing '&&'s that have crept in. :)
llvm-svn: 77062
Diffstat (limited to 'clang/test/CodeGen/darwin-string-literals.c')
-rw-r--r-- | clang/test/CodeGen/darwin-string-literals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/darwin-string-literals.c b/clang/test/CodeGen/darwin-string-literals.c index 2f94d557ca8..2444a155b3a 100644 --- a/clang/test/CodeGen/darwin-string-literals.c +++ b/clang/test/CodeGen/darwin-string-literals.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck -check-prefix LSB %s +// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck -check-prefix LSB %s && // CHECK-LSB: @.str = private constant [8 x i8] c"string0\00" // CHECK-LSB: @.str1 = private constant [8 x i8] c"string1\00", section "__TEXT,__cstring,cstring_literals" |