diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-10-29 17:21:03 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-10-29 17:21:03 +0000 |
commit | 4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53 (patch) | |
tree | ba0cc5a5d2116054f4c846388e673869da980489 /ld/testsuite/ld-selective/selective.exp | |
parent | fd118b61e7186b102bbae78c3855bea1c8943103 (diff) | |
download | gdb-4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53.zip gdb-4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53.tar.gz gdb-4291c3fa65b2a9f4eb66aa8921e6163b3e7e7b53.tar.bz2 |
* ld-selective/selective.exp <no CXX>: Fix typo for argument to
"untested".
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 } |