Try to fix Win32 failures

llvm-svn: 169923
This commit is contained in:
Douglas Gregor 2012-12-11 22:31:46 +00:00
parent 822627f8c5
commit 16ba5ff712
1 changed files with 1 additions and 1 deletions

View 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) {