Skip to content

Commit

Permalink
Fix up a special case
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Aug 18, 2024
1 parent fa0e858 commit 95ae9b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/debuginfo/vec-slices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,9 @@
// gdb-command:print *(mut_slice.data_ptr as *const [i64; 5])
// gdb-check:$15 = [1, 2, 3, 4, 5]

// Some lines below are marked with [ignored] because old GDB versions seem to have trouble
// accessing globals.

// [ignored] gdbg-command:print 'vec_slices::MUT_VECT_SLICE'.length
// gdb-command:print MUT_VECT_SLICE.length
// [ignored] gdbg-check:$16 = 2
// gdb-check:$16 = 2
// [ignored] gdbg-command:print *((i64[2]*)('vec_slices::MUT_VECT_SLICE'.data_ptr))
// gdb-command:print *(MUT_VECT_SLICE.data_ptr as *const [i64; 2])
// [ignored] gdbg-check:$17 = {64, 65}
// gdb-check:$17 = [64, 65]

// === LLDB TESTS ==================================================================================
Expand Down

0 comments on commit 95ae9b8

Please sign in to comment.