]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* pr-9946.exp: Ditto.
authorBob Manson <manson@cygnus>
Thu, 21 Aug 1997 17:34:28 +0000 (17:34 +0000)
committerBob Manson <manson@cygnus>
Thu, 21 Aug 1997 17:34:28 +0000 (17:34 +0000)
* gch1280.exp: Ditto.
* gch1272.exp: Ditto.

gdb/testsuite/gdb.chill/ChangeLog
gdb/testsuite/gdb.chill/gch1272.exp
gdb/testsuite/gdb.chill/gch1280.exp
gdb/testsuite/gdb.chill/pr-9946.exp

index d734d62e65c25011c42f556496636fca4ed3e777..ec22e2149bde397066ca8185bad1436f27f31093 100644 (file)
@@ -1,6 +1,9 @@
 Thu Aug 21 10:31:23 1997  Bob Manson  <manson@charmed.cygnus.com>
 
        * enum.exp: More quoting fixes.
+       * pr-9946.exp: Ditto.
+       * gch1280.exp: Ditto.
+       * gch1272.exp: Ditto.
 
 Tue Aug 12 21:48:08 1997  Bob Manson  <manson@charmed.cygnus.com>
 
index 33ba003061dd80d1e5d9e8fa49a7c3e4e2211d8a..49fdb76ca67fa12617d4ee1e96199f2a984ec613 100644 (file)
@@ -70,7 +70,7 @@ if ![set_lang_chill] then {
 
     # check foo
     gdb_test {print foo} { = \[\(0:99\): 222\]}
-    gdb_test "set var foo := m_array\[\(\*\):44\] ".*"
+    gdb_test "set var foo := m_array\[\(\*\):44\]" ".*"
     gdb_test {print foo} { = \[\(0:99\): 44\]}
 
     # check bar
index c2e29f185171e944936d59b4dcd29c23112065a8..fbdc850328acafbafd9f177aa416d5942e76a406 100644 (file)
@@ -67,7 +67,7 @@ gdb_test "set print sevenbit-strings" ".*"
 
 if ![set_lang_chill] then {
     runto doit
-    gdb_test "next ""
+    gdb_test "next" ""
     # check too many array elements
     gdb_test {set var v_x := [1,2,3,4,5]} {Too many array elements}
     gdb_test {set var $i := m_x[(3): 22, 25]} {Too many array elements}
index dbbef926cdc71e4073473a94f7f413855fccbd59..b6b592f434476381a65c6e5abe5241902a8f1bcc 100644 (file)
@@ -68,7 +68,7 @@ gdb_test "set print sevenbit-strings" ".*"
 
 if ![set_lang_chill] then {
     runto x_
-    gdb_test "next ""
+    gdb_test "next" ""
     # check comparison of SET's
     gdb_test {print xyz=moving} { = TRUE}
     gdb_test {print xyz/=moving} { = FALSE}