make sure to verify that the "non pch" runs worked.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69457 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/PCH/struct.c b/test/PCH/struct.c
index 5ea9fe2..027b303 100644
--- a/test/PCH/struct.c
+++ b/test/PCH/struct.c
@@ -1,5 +1,5 @@
 // Test this without pch.
-// RUN: clang-cc -include %S/struct.h -fsyntax-only -verify %s
+// RUN: clang-cc -include %S/struct.h -fsyntax-only -verify %s &&
 
 // Test with pch.
 // RUN: clang-cc -emit-pch -o %t %S/struct.h &&