aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/x86.c')
-rw-r--r--test/CodeGen/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/x86.c b/test/CodeGen/x86.c
index 66d82513795b..be0930237c82 100644
--- a/test/CodeGen/x86.c
+++ b/test/CodeGen/x86.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -triple=i686-pc-linux-gnu -emit-llvm -o - > %t1
+// RUN: clang-cc %s -triple=i686-pc-linux-gnu -emit-llvm -o - > %t1 &&
// RUN: grep "ax" %t1 &&
// RUN: grep "bx" %t1 &&
// RUN: grep "cx" %t1 &&