Commit 9f4df8f1 by Nathan Sidwell Committed by Nathan Sidwell

* g++.dg/dg.exp (find-cxx-tests): Remove TCL 8.5-ism.

From-SVN: r247269
parent dadf1fc7
2017-04-25 Nathan Sidwell <nathan@acm.org>
* g++.dg/dg.exp (find-cxx-tests): Remove TCL 8.5-ism.
2017-04-25 Uros Bizjak <ubizjak@gmail.com>
PR target/70799
......
......@@ -35,7 +35,7 @@ proc find-cxx-tests { dir suffix } {
set tests [lsort [glob -nocomplain -directory $dir "*.$suffix" ]]
foreach subdir [lsort [glob -nocomplain -type d -directory $dir *]] {
if { [glob -nocomplain -directory $subdir *.exp] eq "" } {
lappend tests {*}[find-cxx-tests $subdir $suffix]
eval lappend tests [find-cxx-tests $subdir $suffix]
}
}
return $tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment