From: Argyrios Kyrtzidis Date: Wed, 1 Jun 2011 21:52:17 +0000 (+0000) Subject: XFAIL the test on windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa37f7a87527b1f5ccd54a91e0379a1b7b6d1d05;p=clang XFAIL the test on windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132426 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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