aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-pp-registration.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.python/py-pp-registration.exp')
-rw-r--r--gdb/testsuite/gdb.python/py-pp-registration.exp6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.python/py-pp-registration.exp b/gdb/testsuite/gdb.python/py-pp-registration.exp
index fa9458f..0eb7f8b 100644
--- a/gdb/testsuite/gdb.python/py-pp-registration.exp
+++ b/gdb/testsuite/gdb.python/py-pp-registration.exp
@@ -58,10 +58,8 @@ proc prepare_test { } {
proc test_printers { s_prefix } {
global hex
- gdb_test "print flt" " = x=<42> y=<43>" \
- "print flt"
- gdb_test "print s" " = ${s_prefix} a=<1> b=<$hex>" \
- "print s"
+ gdb_test "print flt" " = x=<42> y=<43>"
+ gdb_test "print s" " = ${s_prefix} a=<1> b=<$hex>"
}
# Test registration with verbose off.