diff options
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 |