diff options
author | Manuel Klimek <klimek@google.com> | 2012-07-31 14:45:10 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2012-07-31 14:45:10 +0000 |
commit | 38b2186bcff61dd284552ba2e15c7a78a5b33b80 (patch) | |
tree | 61ea941ed82b4202bfedbe365cf721c59d1a4910 /test/Tooling | |
parent | 98be86038b1e891a05583061c55dfa974150eb2c (diff) |
This test actually works on Win32...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Tooling')
-rw-r--r-- | test/Tooling/pch.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Tooling/pch.cpp b/test/Tooling/pch.cpp index bfa20d806b..387aeb53f6 100644 --- a/test/Tooling/pch.cpp +++ b/test/Tooling/pch.cpp @@ -15,7 +15,3 @@ #include "Inputs/pch-fail.h" // CHECK: Processing - -// FIXME: This is incompatible to -fms-compatibility. -// XFAIL: win32 - |