]> granicus.if.org Git - clang/commitdiff
XFAIL this test on that silly Windows platform. Grrr
authorDouglas Gregor <dgregor@apple.com>
Wed, 17 Mar 2010 18:28:02 +0000 (18:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 17 Mar 2010 18:28:02 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98750 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/changed-files.c

index 5bcb977d12070c4da06a95c7a3d36fa71cea1afe..9057e35132f7f090b09319f064320bf990a33835 100644 (file)
@@ -2,6 +2,8 @@ const char *s0 = m0;
 int s1 = m1;
 const char *s2 = m0;
 
+// XFAIL: win32
+
 // RUN: echo '#define m0 ""' > %t.h
 // RUN: %clang_cc1 -emit-pch -o %t.h.pch %t.h
 // RUN: echo '' > %t.h