aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/callch.exp
diff options
context:
space:
mode:
authorBob Manson <manson@cygnus>1997-09-10 22:02:40 +0000
committerBob Manson <manson@cygnus>1997-09-10 22:02:40 +0000
commit8e88a52215f78a3a763e798a12f07d24f261b34a (patch)
tree15f4fa463fade74437fdeef7fbf96658f14703a4 /gdb/testsuite/gdb.chill/callch.exp
parent210c24d6d152f7934a3ad1ae21c49c50a59ea37d (diff)
downloadfsf-binutils-gdb-8e88a52215f78a3a763e798a12f07d24f261b34a.zip
fsf-binutils-gdb-8e88a52215f78a3a763e798a12f07d24f261b34a.tar.gz
fsf-binutils-gdb-8e88a52215f78a3a763e798a12f07d24f261b34a.tar.bz2
* *.exp: The end-all be-all of quoting fixes. Ha.
At least I hope so.
Diffstat (limited to 'gdb/testsuite/gdb.chill/callch.exp')
-rw-r--r--gdb/testsuite/gdb.chill/callch.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/callch.exp b/gdb/testsuite/gdb.chill/callch.exp
index 6ed53ca..c579a05 100644
--- a/gdb/testsuite/gdb.chill/callch.exp
+++ b/gdb/testsuite/gdb.chill/callch.exp
@@ -48,7 +48,7 @@ proc do_tests {} {
send_gdb "set language chill\n" ;
- gdb_test "break callch.ch:48 ""
+ gdb_test "break callch.ch:48" ""
send_gdb "run\n"; gdb_expect -re "Breakpoint .*callch.ch:48.*$gdb_prompt $"
gdb_test {set fred(10, i)} {a is '10'; b is '12'.}
gdb_test_exact "call klaus()" {here's klaus calling.}