summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-8405.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-8405.exp')
-rw-r--r--gdb/testsuite/gdb.chill/pr-8405.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-8405.exp b/gdb/testsuite/gdb.chill/pr-8405.exp
index 9dcf67694ae..c21f961194a 100644
--- a/gdb/testsuite/gdb.chill/pr-8405.exp
+++ b/gdb/testsuite/gdb.chill/pr-8405.exp
@@ -35,8 +35,8 @@ proc do_tests {} {
gdb_start
gdb_load $binfile
- send "set language chill\n" ; expect -re "$prompt $"
- send "set var \$i:=xx\n" ; expect -re "$prompt $"
+ gdb_test "set language chill ""
+ gdb_test "set var \$i:=xx ""
gdb_test "print \$i" {= \[.c: "", .b: B'00000000', .boo: FALSE\]}
}