diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/misc.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/misc.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/misc.exp b/gdb/testsuite/gdb.chill/misc.exp index 5fd6ffc..684c34d 100644 --- a/gdb/testsuite/gdb.chill/misc.exp +++ b/gdb/testsuite/gdb.chill/misc.exp @@ -64,7 +64,7 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -gdb_test "set print sevenbit-strings ".*" +gdb_test "set print sevenbit-strings" ".*" if ![set_lang_chill] then { runto dummyfunc |