File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11
+ // xfail
12
12
13
13
// compile-flags:-Z extra-debug-info
14
14
// debugger:set print pretty off
@@ -32,4 +32,4 @@ fn main() {
32
32
_zzz ( ) ;
33
33
}
34
34
35
- fn _zzz ( ) { ( ) }
35
+ fn _zzz ( ) { ( ) }
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
11
+ // xfail
12
12
13
13
// compile-flags:-Z extra-debug-info
14
14
// debugger:set print pretty off
@@ -32,4 +32,4 @@ fn main() {
32
32
_zzz ( ) ;
33
33
}
34
34
35
- fn _zzz ( ) { ( ) }
35
+ fn _zzz ( ) { ( ) }
You can’t perform that action at this time.
0 commit comments