📝 delete system call in test files

This commit is contained in:
ValKmjolnir
2024-05-22 23:41:14 +08:00
parent f9f2cf6d47
commit b02168fc55
10 changed files with 19 additions and 29 deletions

View File

@@ -4,9 +4,10 @@ use std.coroutine;
use std.process_bar;
use std.padding;
use std.os;
use std.runtime;
if (os.platform()=="windows") {
system("chcp 65001");
runtime.windows.set_utf8_output();
system("color");
}