aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas la Cour <tlc@hyrtwol.dk>2024-07-26 11:04:13 +0200
committerThomas la Cour <tlc@hyrtwol.dk>2024-07-26 11:04:13 +0200
commitfe587ee79a891bb2ae9a0ae43aef4351a1f1aafa (patch)
treeb4e2a1337b5a78f13ffdd32abf1601be30d67083 /tests
parentb149b3d6c6d8749b4e33fb1b25e4f77140cf0eef (diff)
try to add sys/windows to the normal core tests
Diffstat (limited to 'tests')
-rw-r--r--tests/core/normal.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/normal.odin b/tests/core/normal.odin
index 065090be3..7d5795273 100644
--- a/tests/core/normal.odin
+++ b/tests/core/normal.odin
@@ -36,6 +36,7 @@ download_assets :: proc() {
@(require) import "slice"
@(require) import "strconv"
@(require) import "strings"
+@(require) import "sys/windows"
@(require) import "text/i18n"
@(require) import "text/match"
@(require) import "thread"