Remove obsolete XFAIL.

The sanitizer-windows bot is currently red because this test unexpectedly passes.

llvm-svn: 282095
This commit is contained in:
Nico Weber 2016-09-21 17:41:03 +00:00
parent 5e697c679b
commit 08959d3bdd
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@
// FIXME: We currently emit the wrong debug info under devirtualization.
// UNSUPPORTED: devirt
// FIXME: Crashes LLD during LTO for unknown reasons.
// XFAIL: win32
struct ABase {};
struct A : ABase {