Fix missing import after rebase

This commit is contained in:
Harold Brenes
2026-02-11 13:51:51 -05:00
parent 3aed99093b
commit 557a191108

View File

@@ -28,6 +28,7 @@ import "core:terminal"
import "core:terminal/ansi"
import "core:thread"
import "core:time"
import "core:path/slashpath"
// Specify how many threads to use when running tests.
TEST_THREADS : int : #config(ODIN_TEST_THREADS, 0)