diff options
Diffstat (limited to 'clang/test/CodeGen/asm-2.c')
-rw-r--r-- | clang/test/CodeGen/asm-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/asm-2.c b/clang/test/CodeGen/asm-2.c index f5b378eb101..72b23b15059 100644 --- a/clang/test/CodeGen/asm-2.c +++ b/clang/test/CodeGen/asm-2.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o %t -triple i386-pc-linux-gnu -O2 && +// RUN: clang-cc -emit-llvm %s -o %t -triple i386-pc-linux-gnu -O2 // RUN: not grep "load" %t // <rdar://problem/6841383> |