summaryrefslogtreecommitdiff
path: root/test/PCH/exprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/exprs.c')
-rw-r--r--test/PCH/exprs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/exprs.c b/test/PCH/exprs.c
index c8e6d1dc3030..6cd1ee71b4c3 100644
--- a/test/PCH/exprs.c
+++ b/test/PCH/exprs.c
@@ -1,8 +1,8 @@
// Test this without pch.
-// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s &&
+// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s
// Test with pch.
-// RUN: clang-cc -emit-pch -fblocks -o %t %S/exprs.h &&
+// RUN: clang-cc -emit-pch -fblocks -o %t %S/exprs.h
// RUN: clang-cc -fblocks -include-pch %t -fsyntax-only -verify %s
int integer;