forked from OSchip/llvm-project
Remove obsolete XFAIL.
The sanitizer-windows bot is currently red because this test unexpectedly passes. llvm-svn: 282095
This commit is contained in:
parent
5e697c679b
commit
08959d3bdd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue