aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/homonym.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.ada/homonym.exp')
-rw-r--r--gdb/testsuite/gdb.ada/homonym.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/homonym.exp b/gdb/testsuite/gdb.ada/homonym.exp
index ca020d5..e59a07c 100644
--- a/gdb/testsuite/gdb.ada/homonym.exp
+++ b/gdb/testsuite/gdb.ada/homonym.exp
@@ -58,7 +58,7 @@ gdb_test "ptype lcl" \
"ptype lcl at BREAK_1"
gdb_test "print lcl" \
- "29" \
+ "= 29" \
"print lcl at BREAK_1"
# Now, continue until reaching BREAK_2, and do the same commands
@@ -87,7 +87,7 @@ gdb_test "ptype lcl" \
"ptype lcl at BREAK_2"
gdb_test "print lcl" \
- "17" \
+ "= 17" \
"print lcl at BREAK_2"