aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-9095.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-9095.exp')
-rw-r--r--gdb/testsuite/gdb.chill/pr-9095.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-9095.exp b/gdb/testsuite/gdb.chill/pr-9095.exp
index 056624b..4c5ce97 100644
--- a/gdb/testsuite/gdb.chill/pr-9095.exp
+++ b/gdb/testsuite/gdb.chill/pr-9095.exp
@@ -35,7 +35,7 @@ proc do_tests {} {
gdb_start
gdb_load $binfile
- gdb_test "set language chill ""
+ gdb_test "set language chill" ""
runto pr-9095.ch:12
gdb_test {p v_arr2(5)->.p(5)} "reference value used as function" \
"bad call using pointer"