summaryrefslogtreecommitdiff
path: root/test/PCH
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-05-19 17:58:28 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-05-19 17:58:28 +0000
commitc83d828a7978c267d9bd1331dd1bd41ee72feb55 (patch)
treef7f89011a9bf271a441ffd7ecf930d43dc68f797 /test/PCH
parent0974690eb8577492209d255f5b9094628e10c85a (diff)
downloadclang-c83d828a7978c267d9bd1331dd1bd41ee72feb55.tar.gz
Removing an XFAIL which shouldn't apply. We no longer care about MSVC 9, and this test probably should not have been XFAILed everywhere regardless. The test passes on Windows with MSVC 12.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/pr4489.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/PCH/pr4489.c b/test/PCH/pr4489.c
index 033e55b853..574e33f18c 100644
--- a/test/PCH/pr4489.c
+++ b/test/PCH/pr4489.c
@@ -2,12 +2,6 @@
// RUN: echo > %t.empty.c
// RUN: %clang -include %t -x c %t.empty.c -emit-llvm -S -o -
-// FIXME: This test is forcibly disabled, it is flaky on the clang-i686-xp-msvc9
-// buildbot.
-//
-// RUN: false
-// XFAIL: *
-
// PR 4489: Crash with PCH
// PR 4492: Crash with PCH (round two)
// PR 4509: Crash with PCH (round three)