📝 delete system call in test files

This commit is contained in:
ValKmjolnir
2024-05-22 23:41:14 +08:00
parent 41c0910c69
commit b6cea3199f
10 changed files with 19 additions and 29 deletions
+2 -4
View File
@@ -1,7 +1,7 @@
use test.md5_self;
use std.process_bar;
use std.file;
use std.os;
use std.runtime;
use std.io;
use std.math;
@@ -101,8 +101,6 @@ var randomchecksum = func() {
}
}
if (os.platform()=="windows") {
system("chcp 65001");
}
runtime.windows.set_utf8_output();
filechecksum();
randomchecksum();