diff --git a/src/test/debug-info/box.rs b/src/test/debug-info/box.rs index 3e5483ad75b3..ef2a98d92fbc 100644 --- a/src/test/debug-info/box.rs +++ b/src/test/debug-info/box.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249 +// xfail // compile-flags:-Z extra-debug-info // debugger:set print pretty off @@ -32,4 +32,4 @@ fn main() { _zzz(); } -fn _zzz() {()} \ No newline at end of file +fn _zzz() {()} diff --git a/src/test/debug-info/vec.rs b/src/test/debug-info/vec.rs index c87849ac4b6d..8a8c57202800 100644 --- a/src/test/debug-info/vec.rs +++ b/src/test/debug-info/vec.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249 +// xfail // compile-flags:-Z extra-debug-info // debugger:set print pretty off @@ -32,4 +32,4 @@ fn main() { _zzz(); } -fn _zzz() {()} \ No newline at end of file +fn _zzz() {()}