aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/dwarf.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/dwarf.exp')
-rw-r--r--ld/testsuite/ld-elf/dwarf.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-elf/dwarf.exp b/ld/testsuite/ld-elf/dwarf.exp
index a02b069..e620651 100644
--- a/ld/testsuite/ld-elf/dwarf.exp
+++ b/ld/testsuite/ld-elf/dwarf.exp
@@ -85,7 +85,7 @@ proc strip_test {} {
set prog $strip
if ![ld_link $ld tmpdir/$test "-shared tmpdir/dwarf1.o"] {
- unresolved "$test_name"
+ fail "$test_name"
return
}
@@ -93,7 +93,7 @@ proc strip_test {} {
catch "exec $NM -D tmpdir/$test > tmpdir/$test.exp" got
if ![string match "" $got] then {
send_log "$got\n"
- unresolved "$test_name"
+ fail "$test_name"
return
}
@@ -109,7 +109,7 @@ proc strip_test {} {
catch "exec $NM -D tmpdir/$test > tmpdir/$test.out" got
if ![string match "" $got] then {
send_log "$got\n"
- unresolved "$test_name"
+ fail "$test_name"
return
}