aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-8405.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/pr-8405.exp
parent210c24d6d152f7934a3ad1ae21c49c50a59ea37d (diff)
downloadgdb-8e88a52215f78a3a763e798a12f07d24f261b34a.zip
gdb-8e88a52215f78a3a763e798a12f07d24f261b34a.tar.gz
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/pr-8405.exp')
-rw-r--r--gdb/testsuite/gdb.chill/pr-8405.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-8405.exp b/gdb/testsuite/gdb.chill/pr-8405.exp
index 970bd9d..dff230e 100644
--- a/gdb/testsuite/gdb.chill/pr-8405.exp
+++ b/gdb/testsuite/gdb.chill/pr-8405.exp
@@ -35,8 +35,8 @@ proc do_tests {} {
gdb_start
gdb_load $binfile
- gdb_test "set language chill ""
- gdb_test "set var \$i:=xx ""
+ gdb_test "set language chill" ""
+ gdb_test "set var \$i:=xx" ""
gdb_test "print \$i" {= \[.c: "", .b: B'00000000', .boo: FALSE\]}
}