diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2014-05-19 17:58:28 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2014-05-19 17:58:28 +0000 |
| commit | 194cfa9b21ef52bb855afab36553daad0ecd7681 (patch) | |
| tree | cb273ed147f83f06a149402e920efe4672362947 | |
| parent | 04b67ceeeb3e026b29eba161f91cc29ba7786b6c (diff) | |
| download | bcm5719-llvm-194cfa9b21ef52bb855afab36553daad0ecd7681.tar.gz bcm5719-llvm-194cfa9b21ef52bb855afab36553daad0ecd7681.zip | |
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.
llvm-svn: 209148
| -rw-r--r-- | clang/test/PCH/pr4489.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/PCH/pr4489.c b/clang/test/PCH/pr4489.c index 033e55b853c..574e33f18c0 100644 --- a/clang/test/PCH/pr4489.c +++ b/clang/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) |

