forked from OSchip/llvm-project
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
This commit is contained in:
parent
04b67ceeeb
commit
194cfa9b21
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue