diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-6632.exp')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-6632.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-6632.exp b/gdb/testsuite/gdb.chill/pr-6632.exp index 170eb77..03e342c 100644 --- a/gdb/testsuite/gdb.chill/pr-6632.exp +++ b/gdb/testsuite/gdb.chill/pr-6632.exp @@ -55,7 +55,7 @@ proc do_tests {} { gdb_reinitialize_dir $srcdir/$subdir gdb_load $binfile - gdb_test "set language chill "" + gdb_test "set language chill" "" runto p gdb_test "whatis x" {type = m_dummy_range} |