]> granicus.if.org Git - clang/commitdiff
Try to fix Win32 failures
authorDouglas Gregor <dgregor@apple.com>
Tue, 11 Dec 2012 22:31:46 +0000 (22:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 11 Dec 2012 22:31:46 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169923 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/modified-header-crash.c

index c74ce2239c22ddc3826763a317b726ee636a4b96..a5ae402353652d605012257218b9fcd142204cf3 100644 (file)
@@ -2,7 +2,7 @@
 
 // RUN: cp %S/modified-header-crash.h %t.h
 // RUN: %clang_cc1 -DCAKE -x c-header %t.h -emit-pch -o %t
-// RUN: echo >> %t.h
+// RUN: echo 'int foobar;' >> %t.h
 // RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only
 
 void f(void) {