compile.exp: Sort sources.
* libjava.compile/compile.exp: Sort sources. * libjava.jni/jni.exp (gcj_jni_run): Likewise. * libjava.lang/lang.exp: Likewise. From-SVN: r55558
This commit is contained in:
parent
d042370eb0
commit
c1740ae3c1
4 changed files with 9 additions and 3 deletions
|
@ -167,7 +167,7 @@ proc gcj_jni_run {} {
|
|||
|
||||
# For now we only test JNI on native builds.
|
||||
if {$build_triplet == $host_triplet} {
|
||||
catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
|
||||
catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.java] } srcfiles
|
||||
|
||||
foreach x $srcfiles {
|
||||
gcj_jni_test_one $x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue