summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-01-12 09:45:57 +0000
committerAndrew Cagney <cagney@redhat.com>2001-01-12 09:45:57 +0000
commit2d626dbcd3a16ae3d137b1d1202b1b6f9f0406bb (patch)
tree6f5e5261e6e3bcb685169d64a2f583a1b413554d /gdb/testsuite/gdb.base
parent6194429912dbcecb8cf2c41f7552b5fee3a1453d (diff)
downloadgdb-2d626dbcd3a16ae3d137b1d1202b1b6f9f0406bb.tar.gz
Restore missing space lost when switching to UI_OUT.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/callfuncs.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/callfuncs.exp b/gdb/testsuite/gdb.base/callfuncs.exp
index eab99dd6dc6..fbd311f8af4 100644
--- a/gdb/testsuite/gdb.base/callfuncs.exp
+++ b/gdb/testsuite/gdb.base/callfuncs.exp
@@ -334,7 +334,7 @@ if ![gdb_test "bt 2" \
# make sure we are back at main and still have the same register contents.
gdb_test "print add(4,5)" "The program being debugged stopped while.*" ""
gdb_test "finish" \
- "Value returned is.* = 9" \
+ "Value returned is .* = 9" \
"finish from call dummy breakpoint returns correct value"
if ![gdb_test "bt 2" \
"#0 main.*" \