diff options
Diffstat (limited to 'ld/testsuite/ld-selective/selective.exp')
-rw-r--r-- | ld/testsuite/ld-selective/selective.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 111d269..07113a2 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -53,7 +53,7 @@ set ldflags "--gc-sections -Bstatic" # If we don't have g++ for the target, mark all tests as untested. if { [which $CXX] == 0 } { foreach testitem $seltests { - untested "[lindex $seltests 0]" + untested "[lindex $testitem 0]" } return } |