Change "error" to "perror".
authorRob Savoye <rob@cygnus>
Wed, 2 Mar 1994 05:00:26 +0000 (05:00 +0000)
committerRob Savoye <rob@cygnus>
Wed, 2 Mar 1994 05:00:26 +0000 (05:00 +0000)
gas/testsuite/gas/ieee.fp/x930509a.exp

index 6436b4293bf5d237feb4e4ae73633f40d1c99868..7a67d638b31ff0e94797e83fe0ae32bd5d1b1b55 100644 (file)
@@ -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 }
        }
     }
This page took 0.039134 seconds and 4 git commands to generate.