[cfe-commits] r169923 - /cfe/trunk/test/PCH/modified-header-crash.c
Douglas Gregor
dgregor at apple.com
Tue Dec 11 14:31:46 PST 2012
Author: dgregor
Date: Tue Dec 11 16:31:46 2012
New Revision: 169923
URL: http://llvm.org/viewvc/llvm-project?rev=169923&view=rev
Log:
Try to fix Win32 failures
Modified:
cfe/trunk/test/PCH/modified-header-crash.c
Modified: cfe/trunk/test/PCH/modified-header-crash.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/modified-header-crash.c?rev=169923&r1=169922&r2=169923&view=diff
==============================================================================
--- cfe/trunk/test/PCH/modified-header-crash.c (original)
+++ cfe/trunk/test/PCH/modified-header-crash.c Tue Dec 11 16:31:46 2012
@@ -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) {
More information about the cfe-commits
mailing list