diff options
author | Rob Savoye <rob@cygnus> | 1994-03-02 05:00:26 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-03-02 05:00:26 +0000 |
commit | d8e882a89934a7533a84c184c3538a1d3bac2bf2 (patch) | |
tree | 771f20f6657a224da17090452c838bc7a1c3165a /gas | |
parent | 25200748a2ad772bb72958902dd18b314ec4e6c9 (diff) | |
download | gdb-d8e882a89934a7533a84c184c3538a1d3bac2bf2.zip gdb-d8e882a89934a7533a84c184c3538a1d3bac2bf2.tar.gz gdb-d8e882a89934a7533a84c184c3538a1d3bac2bf2.tar.bz2 |
Change "error" to "perror".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/ieee.fp/x930509a.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/ieee.fp/x930509a.exp b/gas/testsuite/gas/ieee.fp/x930509a.exp index 6436b42..7a67d63 100644 --- a/gas/testsuite/gas/ieee.fp/x930509a.exp +++ b/gas/testsuite/gas/ieee.fp/x930509a.exp @@ -11,7 +11,7 @@ proc dotest {} { -re " 00008000 +.single" { pass $testname; set x 1 } -re " ........ +.single" { fail $testname; set x 1 } -re "\[^\n\]*\n" { } - timeout { error "timeout\n"; break } + timeout { perror "timeout\n"; break } eof { break } } } |