aboutsummaryrefslogtreecommitdiff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/builtins-ffs_parity_popcount.c b/test/CodeGen/builtins-ffs_parity_popcount.c
index 47469985eeda..e3fa4d2d8212 100644
--- a/test/CodeGen/builtins-ffs_parity_popcount.c
+++ b/test/CodeGen/builtins-ffs_parity_popcount.c
@@ -1,5 +1,5 @@
-// RUN: clang-cc -emit-llvm -o - %s > %t
-// RUN: ! grep "__builtin" %t
+// RUN: clang-cc -emit-llvm -o - %s > %t &&
+// RUN: not grep "__builtin" %t
#include <stdio.h>