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/pr-8136.exp | |
parent | 210c24d6d152f7934a3ad1ae21c49c50a59ea37d (diff) | |
download | ppe42-binutils-8e88a52215f78a3a763e798a12f07d24f261b34a.tar.gz ppe42-binutils-8e88a52215f78a3a763e798a12f07d24f261b34a.zip |
* *.exp: The end-all be-all of quoting fixes. Ha.
At least I hope so.
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-8136.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-8136.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-8136.exp b/gdb/testsuite/gdb.chill/pr-8136.exp index ff806e46f7..7bf360c929 100644 --- a/gdb/testsuite/gdb.chill/pr-8136.exp +++ b/gdb/testsuite/gdb.chill/pr-8136.exp @@ -54,7 +54,7 @@ proc do_tests {} { gdb_reinitialize_dir $srcdir/$subdir gdb_load $binfile - gdb_test "set language chill "" + gdb_test "set language chill" "" runto p1 gdb_test "print ps" {= \[e3, e7:e9\]} |