Skip to content

Commit 7a31a3e

Browse files
debuginfo: Removed some misleading comments from test cases.
1 parent 1b20831 commit 7a31a3e

File tree

6 files changed

+1
-17
lines changed

6 files changed

+1
-17
lines changed

src/test/debug-info/borrowed-struct.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

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

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

src/test/debug-info/borrowed-tuple.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

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

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

src/test/debug-info/borrowed-unique-basic.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

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

13-
// Gdb doesn't know
14-
// about UTF-32 character encoding and will print a rust char as only
13+
// Gdb doesn't know about UTF-32 character encoding and will print a rust char as only
1514
// its numerical value.
1615

1716
// compile-flags:-Z extra-debug-info

src/test/debug-info/boxed-struct.rs

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

11-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
12-
// value.
13-
1411
// compile-flags:-Z extra-debug-info
1512
// debugger:break zzz
1613
// debugger:run

src/test/debug-info/destructured-local.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-test
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

src/test/debug-info/function-arguments.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
// xfail-test
1212

13-
// GDB doesn't know about UTF-32 character encoding and will print a rust char as only its numerical
14-
// value.
15-
1613
// compile-flags:-Z extra-debug-info
1714
// debugger:break zzz
1815
// debugger:run

0 commit comments

Comments
 (0)