diff options
Diffstat (limited to 'test/CodeGen/x86.c')
-rw-r--r-- | test/CodeGen/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/x86.c b/test/CodeGen/x86.c index 66d8251..be09302 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 && |