Restore missing Rust test
authorTom Tromey <tromey@adacore.com>
Tue, 19 May 2020 19:41:03 +0000 (13:41 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 19 May 2020 19:45:16 +0000 (13:45 -0600)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.rust/simple.exp

index f99a4a1a92d24939557b628a6f133a4ca4d05442..932c38014370e3fe2950986a1b5f5ea53ec6a8a6 100644 (file)
@@ -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.
index 2653170df31bc9e6235f7443636a47998868685c..f0cad4e7634f45f11f6e1e4486d2a440b6ea475a 100644 (file)
@@ -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\\\] \\{"