summaryrefslogtreecommitdiff
path: root/test/CodeGen/builtins-ffs_parity_popcount.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/builtins-ffs_parity_popcount.c')
-rw-r--r--test/CodeGen/builtins-ffs_parity_popcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/builtins-ffs_parity_popcount.c b/test/CodeGen/builtins-ffs_parity_popcount.c
index e3fa4d2d8212..74e104b437c6 100644
--- a/test/CodeGen/builtins-ffs_parity_popcount.c
+++ b/test/CodeGen/builtins-ffs_parity_popcount.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o - %s > %t &&
+// RUN: clang-cc -emit-llvm -o - %s > %t
// RUN: not grep "__builtin" %t
#include <stdio.h>