diff options
author | Bob Manson <manson@cygnus> | 1997-09-10 22:02:40 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-09-10 22:02:40 +0000 |
commit | 8e88a52215f78a3a763e798a12f07d24f261b34a (patch) | |
tree | 15f4fa463fade74437fdeef7fbf96658f14703a4 /gdb/testsuite/gdb.chill/tuples.exp | |
parent | 210c24d6d152f7934a3ad1ae21c49c50a59ea37d (diff) | |
download | gdb-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/tuples.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/tuples.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.chill/tuples.exp b/gdb/testsuite/gdb.chill/tuples.exp index c75f236..fbfa9ed 100644 --- a/gdb/testsuite/gdb.chill/tuples.exp +++ b/gdb/testsuite/gdb.chill/tuples.exp @@ -46,7 +46,7 @@ proc do_tests {} { gdb_reinitialize_dir $srcdir/$subdir gdb_load $binfile - gdb_test "set language chill "" + gdb_test "set language chill" "" runto tuples.ch:40 @@ -109,8 +109,8 @@ proc do_tests {} { gdb_test_exact "print vstr.ch1" {= 'x'} "vstr.ch1 after assignment" # These tests are from Cygnus PR chill/5024: - gdb_test "break printdow "" - gdb_test "continue "" + gdb_test "break printdow" "" + gdb_test "continue" "" gdb_test_exact "set var w:= dow\[monday\]" {} gdb_test "print w" " = \\\[monday\\\]" \ "print bitstring after assignment" |