summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.chill/pr-8405.exp
diff options
context:
space:
mode:
authorBob Manson <manson@cygnus>1997-01-29 09:40:31 +0000
committerBob Manson <manson@cygnus>1997-01-29 09:40:31 +0000
commit787f6220773d9174a9675dedd3bbfc8f070511a6 (patch)
tree64911c10d46bc93973cc825a730b4173b3367a49 /gdb/testsuite/gdb.chill/pr-8405.exp
parent1a2faf1f1e335ff32c1d8c5c7675cd7ce9055e33 (diff)
downloadppe42-binutils-787f6220773d9174a9675dedd3bbfc8f070511a6.tar.gz
ppe42-binutils-787f6220773d9174a9675dedd3bbfc8f070511a6.zip
Major revision to testsuites for cross-testing and DOS testing support.
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 9dcf67694a..c21f961194 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\]}
}
OpenPOWER on IntegriCloud