diff options
| author | Thomas la Cour <tlc@hyrtwol.dk> | 2024-07-26 11:04:13 +0200 |
|---|---|---|
| committer | Thomas la Cour <tlc@hyrtwol.dk> | 2024-07-26 11:04:13 +0200 |
| commit | fe587ee79a891bb2ae9a0ae43aef4351a1f1aafa (patch) | |
| tree | b4e2a1337b5a78f13ffdd32abf1601be30d67083 | |
| parent | b149b3d6c6d8749b4e33fb1b25e4f77140cf0eef (diff) | |
try to add sys/windows to the normal core tests
| -rw-r--r-- | tests/core/normal.odin | 1 |
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" |