Skip to content

Commit f5036c2

Browse files
author
James Miller
committed
xfail box-related debug-info tests r=snapshot
1 parent 7375e94 commit f5036c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/test/debug-info/box.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11+
// xfail
1212

1313
// compile-flags:-Z extra-debug-info
1414
// debugger:set print pretty off
@@ -32,4 +32,4 @@ fn main() {
3232
_zzz();
3333
}
3434

35-
fn _zzz() {()}
35+
fn _zzz() {()}

src/test/debug-info/vec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11+
// xfail
1212

1313
// compile-flags:-Z extra-debug-info
1414
// debugger:set print pretty off
@@ -32,4 +32,4 @@ fn main() {
3232
_zzz();
3333
}
3434

35-
fn _zzz() {()}
35+
fn _zzz() {()}

0 commit comments

Comments
 (0)