diff options
Diffstat (limited to 'NPTest.pm')
-rw-r--r-- | NPTest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -567,7 +567,7 @@ sub TestsFrom closedir( DIR ); - return @tests; + return sort @tests; } # All the new object oriented stuff below |