diff options
-rw-r--r-- | sim/testsuite/cris/c/c.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/testsuite/cris/c/c.exp b/sim/testsuite/cris/c/c.exp index 3e186e0..ffeccc8 100644 --- a/sim/testsuite/cris/c/c.exp +++ b/sim/testsuite/cris/c/c.exp @@ -184,7 +184,7 @@ foreach src [lsort [glob -nocomplain $srcdir/$subdir/*.c]] { verbose -log "Compiling $src with $opts(cc)" if { [target_compile $src "$objdir/$testname.x" "executable" "$opts(cc)" ] != "" } { - unresolved $testname + fail "$mach $testname (compilation)" continue } |