aboutsummaryrefslogtreecommitdiff
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
commit9549d9c176b98ec8566c8cea02e281ae81efa078 (patch)
treed02193ae068c442c997595a9e088c0a175b41fb8 /gdb/testsuite/gdb.base
parent15f33b666dcf1fedc25c3a719561763f6ec12c13 (diff)
downloadgdb-9549d9c176b98ec8566c8cea02e281ae81efa078.zip
gdb-9549d9c176b98ec8566c8cea02e281ae81efa078.tar.gz
gdb-9549d9c176b98ec8566c8cea02e281ae81efa078.tar.bz2
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 eab99dd..fbd311f 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.*" \