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 | 38f163e8fdb0184f3d7653121301e40876f47885 (patch) | |
tree | b587fe32cda2f898ff7863c55a02cf13278c6f8f | |
parent | 338d7f7362d18fa9c39c6bb5282b4e20574a9309 (diff) |
Because of r130359 this test no longer fail on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130370 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/modified-header-crash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/PCH/modified-header-crash.c b/test/PCH/modified-header-crash.c index d46f97636d..c74ce2239c 100644 --- a/test/PCH/modified-header-crash.c +++ b/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; } |