* lib/gas-defs.exp (run_list_test): Fix typo in comment.
[deliverable/binutils-gdb.git] / gas / testsuite / lib / gas-defs.exp
index af9f5659696c327e63c9d26024fb8d392a5c4b01..5afb3b92484e789259653126347c921e565c17a1 100644 (file)
@@ -690,6 +690,10 @@ proc run_dump_test { name {extra_options {}} } {
                return
            }
        }
+    } else {
+       if { $opts(error) != "" || $opts(error-output) != "" } {
+           fail $testname
+       }
     }
 
     if { $program == "" } {
@@ -958,8 +962,8 @@ if ![string length [info proc prune_warnings]] {
 
 # run_list_test NAME (optional): OPTS TESTNAME
 #
-# Assemble the file "NAME.d" with command line options OPTS and
-# compare the assembler standard error output against thee regular
+# Assemble the file "NAME.s" with command line options OPTS and
+# compare the assembler standard error output against the regular
 # expressions given in the file "NAME.l".  If TESTNAME is provided,
 # it will be used as the name of the test.
 
This page took 0.023841 seconds and 4 git commands to generate.