fix listdir

This commit is contained in:
2025-07-08 14:57:17 +02:00
parent b5304a3cf1
commit 8722e226a9
3 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ func run_test[x: String] : Void
printf(" %ldms\n", build_end_time - build_start_time)
if strcmp(x, "guess_number.zr") == 0 || strcmp(x, "tcp_server.zr") == 0
printf("\033[93mSkipping %s...\033[0m\n")
printf("\033[93mSkipping %s...\033[0m\n", x)
else
let run_start_time: I64 = OS.time()
if system("./out") != 0