mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Restore missing Rust test
An earlier patch inadvertently broke a Rust test. This restores it. gdb/testsuite/ChangeLog 2020-05-19 Tom Tromey <tromey@adacore.com> * gdb.rust/simple.exp: Restore missing test result.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2020-05-19 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gdb.rust/simple.exp: Restore missing test result.
|
||||
|
||||
2020-05-19 Tom de Vries <tdevries@suse.de>
|
||||
|
||||
* gdb.base/gdb-caching-proc.exp: Fix typo.
|
||||
|
@ -88,7 +88,7 @@ gdb_test "print w\[2\] @ 2" " = \\\[3, 4\\\]"
|
||||
gdb_test "print w_ptr\[2\]" " = 3"
|
||||
gdb_test "print fromslice" " = 3"
|
||||
gdb_test "print slice\[0\]" " = 3"
|
||||
gdb_test "print slice as &\[i32\]\[0\]"
|
||||
gdb_test "print slice as &\[i32\]\[0\]" " = 3"
|
||||
|
||||
gdb_test_sequence "ptype slice" "" {
|
||||
" = struct &\\\[i32\\\] \\{"
|
||||
|
Reference in New Issue
Block a user