projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2520074
)
Change "error" to "perror".
author
Rob Savoye
<rob@cygnus>
Wed, 2 Mar 1994 05:00:26 +0000
(
05:00
+0000)
committer
Rob Savoye
<rob@cygnus>
Wed, 2 Mar 1994 05:00:26 +0000
(
05:00
+0000)
gas/testsuite/gas/ieee.fp/x930509a.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/ieee.fp/x930509a.exp
b/gas/testsuite/gas/ieee.fp/x930509a.exp
index 6436b4293bf5d237feb4e4ae73633f40d1c99868..7a67d638b31ff0e94797e83fe0ae32bd5d1b1b55 100644
(file)
--- 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 {
p
error "timeout\n"; break }
eof { break }
}
}