Restore missing space lost when switching to UI_OUT.

This commit is contained in:
Andrew Cagney
2001-01-12 09:45:57 +00:00
parent 15f33b666d
commit 9549d9c176
4 changed files with 11 additions and 2 deletions

View File

@@ -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.*" \