OSDN Git Service

* ld-selective/selective.exp <no CXX>: Fix typo for argument to
authorhp <hp>
Sun, 29 Oct 2000 17:21:02 +0000 (17:21 +0000)
committerhp <hp>
Sun, 29 Oct 2000 17:21:02 +0000 (17:21 +0000)
"untested".

ld/testsuite/ChangeLog
ld/testsuite/ld-selective/selective.exp

index 24030c9..893b825 100644 (file)
@@ -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
index 111d269..07113a2 100644 (file)
@@ -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
 }