projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822627f
)
Try to fix Win32 failures
author
Douglas Gregor
<dgregor@apple.com>
Tue, 11 Dec 2012 22:31:46 +0000
(22:31 +0000)
committer
Douglas Gregor
<dgregor@apple.com>
Tue, 11 Dec 2012 22:31:46 +0000
(22:31 +0000)
llvm-svn: 169923
clang/test/PCH/modified-header-crash.c
patch
|
blob
|
history
diff --git
a/clang/test/PCH/modified-header-crash.c
b/clang/test/PCH/modified-header-crash.c
index
c74ce22
..
a5ae402
100644
(file)
--- a/
clang/test/PCH/modified-header-crash.c
+++ b/
clang/test/PCH/modified-header-crash.c
@@
-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) {