diff --git a/cmd/tools/modules/testing/common.v b/cmd/tools/modules/testing/common.v index 0aca8eb2d6..38ddf0d815 100644 --- a/cmd/tools/modules/testing/common.v +++ b/cmd/tools/modules/testing/common.v @@ -58,6 +58,7 @@ pub fn new_test_session(_vargs string) TestSession { } pub fn (mut ts TestSession) init() { + ts.files.sort() ts.benchmark = benchmark.new_benchmark_no_cstep() }