Rollup merge of #99392 - nnethercote:fix-debuginfo-tests, r=pnkfelix
Fix debuginfo tests. This is needed for my Ubuntu 22.04 box due to a slight change in gdb output. The fix is similar to the fix in #95063.
This commit is contained in:
commit
bf1366b4d3
@ -14,7 +14,7 @@
|
||||
// gdbr-command:print I
|
||||
// gdb-check:$2 = -1
|
||||
// gdbg-command:print 'basic_types_globals::C'
|
||||
// gdbr-command:print C
|
||||
// gdbr-command:print/d C
|
||||
// gdbg-check:$3 = 97
|
||||
// gdbr-check:$3 = 97
|
||||
// gdbg-command:print/d 'basic_types_globals::I8'
|
||||
|
@ -13,7 +13,7 @@
|
||||
// gdbr-command:print I
|
||||
// gdb-check:$2 = -1
|
||||
// gdbg-command:print 'basic_types_globals::C'
|
||||
// gdbr-command:print C
|
||||
// gdbr-command:print/d C
|
||||
// gdbg-check:$3 = 97
|
||||
// gdbr-check:$3 = 97
|
||||
// gdbg-command:print/d 'basic_types_globals::I8'
|
||||
|
Loading…
x
Reference in New Issue
Block a user