projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f04b05
)
Remove extraneous blank character
author
Fred Fish
<fnf@specifix.com>
Fri, 20 Feb 2004 06:47:33 +0000
(06:47 +0000)
committer
Fred Fish
<fnf@specifix.com>
Fri, 20 Feb 2004 06:47:33 +0000
(06:47 +0000)
gdb/testsuite/gdb.base/callfuncs.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.base/callfuncs.exp
b/gdb/testsuite/gdb.base/callfuncs.exp
index 4446058f111283a316a27857f081e78a732f4efd..62f6cb829704aa8de758b9f76f779300b31612a2 100644
(file)
--- a/
gdb/testsuite/gdb.base/callfuncs.exp
+++ b/
gdb/testsuite/gdb.base/callfuncs.exp
@@
-224,7
+224,7
@@
proc do_function_calls {} {
gdb_test "p t_structs_c(struct_val1)" "= 120 'x'" \
"call inferior func with struct - returns char"
gdb_test "p t_structs_s(struct_val1)" "= 87" \
- "call inferior func with struct -
returns short"
+ "call inferior func with struct - returns short"
gdb_test "p t_structs_i(struct_val1)" "= 76" \
"call inferior func with struct - returns int"
gdb_test "p t_structs_l(struct_val1)" "= 51" \