diff options
author | Bob Manson <manson@cygnus> | 1997-08-21 17:34:28 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-08-21 17:34:28 +0000 |
commit | 0424a0941b45a8f47752f56aa877c3e051bbb782 (patch) | |
tree | 91ee5227169a35861d13253d70bbb1a675acdeef /gdb/testsuite/gdb.chill/gch1272.exp | |
parent | 7376c77b93ede25f09a272b54f39fa9e2c3d3340 (diff) | |
download | gdb-0424a0941b45a8f47752f56aa877c3e051bbb782.zip gdb-0424a0941b45a8f47752f56aa877c3e051bbb782.tar.gz gdb-0424a0941b45a8f47752f56aa877c3e051bbb782.tar.bz2 |
* pr-9946.exp: Ditto.
* gch1280.exp: Ditto.
* gch1272.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.chill/gch1272.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/gch1272.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/gch1272.exp b/gdb/testsuite/gdb.chill/gch1272.exp index 33ba003..49fdb76 100644 --- a/gdb/testsuite/gdb.chill/gch1272.exp +++ b/gdb/testsuite/gdb.chill/gch1272.exp @@ -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 |