summaryrefslogtreecommitdiff
path: root/test/Sema/x86-intrinsics-headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/x86-intrinsics-headers.c')
-rw-r--r--test/Sema/x86-intrinsics-headers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/x86-intrinsics-headers.c b/test/Sema/x86-intrinsics-headers.c
index dd7dd5caf0170..5b43e2bd07a40 100644
--- a/test/Sema/x86-intrinsics-headers.c
+++ b/test/Sema/x86-intrinsics-headers.c
@@ -1,5 +1,5 @@
-// RUN: clang -fsyntax-only %s &&
-// RUN: clang -fsyntax-only -fno-lax-vector-conversions %s &&
+// RUN: clang -fsyntax-only %s
+// RUN: clang -fsyntax-only -fno-lax-vector-conversions %s
// RUN: clang -fsyntax-only -x c++ %s
#if defined(i386) || defined(__x86_64__)