* gdb.base/break-always.exp: Explicitly specify test name.
authorTom Tromey <tromey@redhat.com>
Thu, 6 Jun 2013 15:50:37 +0000 (15:50 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 6 Jun 2013 15:50:37 +0000 (15:50 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break-always.exp

index 59ac7dd74172309b23398a8b0650740267fb2ac9..22941c120e08a004217a5380dce782bc600f498d 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-06  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/break-always.exp: Explicitly specify test name.
+
 2013-06-05  Doug Evans  <dje@google.com>
            Keith Seitz  <keiths@redhat.com>
 
index dfa9d20f68bf209ef459418864687299ff478c8d..b0a9fafc811ef81f0ed06cbd1d6591c7da949bed 100644 (file)
@@ -84,7 +84,8 @@ gdb_test "p /x *(char *) $bp_address" \
     "read back 1 from the breakpoint's address"
 
 # Restore the original contents.
-gdb_test "p /x *(char *) $bp_address = \$shadow" ""
+gdb_test "p /x *(char *) $bp_address = \$shadow" "" \
+    "restore the original contents"
 
 # Run to breakpoint.
 gdb_continue_to_breakpoint "bar" ".*break-always.c:$bar_location.*"