diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-06-01 21:52:17 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-06-01 21:52:17 +0000 |
commit | aa37f7a87527b1f5ccd54a91e0379a1b7b6d1d05 (patch) | |
tree | aa7b1994b29fceb78197e40eb888fcd323c8d4f2 | |
parent | 446b8472c77b71b3aa7fed2158b62fde171c2922 (diff) |
XFAIL the test on windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132426 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/PCH/modified-header-error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PCH/modified-header-error.c b/test/PCH/modified-header-error.c index 6335fb1b45..e643f0b297 100644 --- a/test/PCH/modified-header-error.c +++ b/test/PCH/modified-header-error.c @@ -1,3 +1,4 @@ +// XFAIL: win32 // RUN: mkdir -p %t.dir // RUN: echo '#include "header2.h"' > %t.dir/header1.h // RUN: echo > %t.dir/header2.h |