diff options
Diffstat (limited to 'ld/testsuite/ld-plugin/lto.exp')
-rw-r--r-- | ld/testsuite/ld-plugin/lto.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-plugin/lto.exp b/ld/testsuite/ld-plugin/lto.exp index 999d911..68d2db1 100644 --- a/ld/testsuite/ld-plugin/lto.exp +++ b/ld/testsuite/ld-plugin/lto.exp @@ -710,15 +710,15 @@ if [string match "" $exec_output] then { if { [isnative] } { set exec_output [run_host_cmd "tmpdir/pr28138" ""] if [string match "PASS" $exec_output] then { - pass "PR ld/28138" + pass "PR ld/28138 (build & run)" } else { - fail "PR ld/28138" + fail "PR ld/28138 (built ok, run failed)" } } else { - pass "PR ld/28138" + pass "PR ld/28138 (build only)" } } else { - fail "PR ld/28138" + fail "PR ld/28138 (build only)" } set testname "Build liblto-11.a" |