aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-10-29 17:21:03 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-10-29 17:21:03 +0000
commit4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53 (patch)
treeba0cc5a5d2116054f4c846388e673869da980489 /ld/testsuite
parentfd118b61e7186b102bbae78c3855bea1c8943103 (diff)
downloadfsf-binutils-gdb-4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53.zip
fsf-binutils-gdb-4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53.tar.gz
fsf-binutils-gdb-4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53.tar.bz2
* ld-selective/selective.exp <no CXX>: Fix typo for argument to
"untested".
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-selective/selective.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 24030c9..893b825 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-29 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * ld-selective/selective.exp <no CXX>: 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 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
}