Browse Source

try to add sys/windows to the normal core tests

Thomas la Cour 1 year ago
parent
commit
fe587ee79a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/core/normal.odin

+ 1 - 0
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"