Skip to content

Commit 8cdd1f4

Browse files
committed
Fix up a special case
1 parent 6ea70e2 commit 8cdd1f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/debuginfo/vec-slices.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,9 @@
4444
// gdb-command:print *(mut_slice.data_ptr as *const [i64; 5])
4545
// gdb-check:$15 = [1, 2, 3, 4, 5]
4646

47-
// Some lines below are marked with [ignored] because old GDB versions seem to have trouble
48-
// accessing globals.
49-
50-
// [ignored] gdbg-command:print 'vec_slices::MUT_VECT_SLICE'.length
5147
// gdb-command:print MUT_VECT_SLICE.length
52-
// [ignored] gdbg-check:$16 = 2
5348
// gdb-check:$16 = 2
54-
// [ignored] gdbg-command:print *((i64[2]*)('vec_slices::MUT_VECT_SLICE'.data_ptr))
5549
// gdb-command:print *(MUT_VECT_SLICE.data_ptr as *const [i64; 2])
56-
// [ignored] gdbg-check:$17 = {64, 65}
5750
// gdb-check:$17 = [64, 65]
5851

5952
// === LLDB TESTS ==================================================================================

0 commit comments

Comments
 (0)