diff options
| author | Francois Pichet <pichet2000@gmail.com> | 2011-04-28 02:01:57 +0000 |
|---|---|---|
| committer | Francois Pichet <pichet2000@gmail.com> | 2011-04-28 02:01:57 +0000 |
| commit | 4c3b68c366c0cb30531bbb704d6746e71318ca56 (patch) | |
| tree | 02df5586cc309a289fc2dbf3e7a1576132576af5 /clang/test/PCH/modified-header-crash.c | |
| parent | 84133e41bea2ff64b5d9ded1b78b14800fe4bce8 (diff) | |
| download | bcm5719-llvm-4c3b68c366c0cb30531bbb704d6746e71318ca56.tar.gz bcm5719-llvm-4c3b68c366c0cb30531bbb704d6746e71318ca56.zip | |
Because of r130359 this test no longer fail on Windows.
llvm-svn: 130370
Diffstat (limited to 'clang/test/PCH/modified-header-crash.c')
| -rw-r--r-- | clang/test/PCH/modified-header-crash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/PCH/modified-header-crash.c b/clang/test/PCH/modified-header-crash.c index d46f97636d7..c74ce2239c2 100644 --- a/clang/test/PCH/modified-header-crash.c +++ b/clang/test/PCH/modified-header-crash.c @@ -5,9 +5,6 @@ // RUN: echo >> %t.h // RUN: not %clang_cc1 %s -include-pch %t -fsyntax-only -// FIXME: On Windows we don't detect that the header was modified ? -// XFAIL: win32 - void f(void) { foo = 3; } |

