mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-21 23:21:08 +00:00
Fix missing import after rebase
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user