From e5c69c2b44973e9e62b882b742bb6adfb3b5dd7e Mon Sep 17 00:00:00 2001 From: hp Date: Sun, 29 Oct 2000 17:21:02 +0000 Subject: [PATCH] * ld-selective/selective.exp : Fix typo for argument to "untested". --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-selective/selective.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 24030c974e..893b82548a 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-10-29 Hans-Peter Nilsson + + * ld-selective/selective.exp : Fix typo for argument to + "untested". + 2000-10-19 H.J. Lu (hjl@gnu.org) * ld-elfvsb/elfvsb.exp (visibility_run): Set expected failures diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 111d269022..07113a2d95 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 } -- 2.11.0