Browse Source

try to add sys/windows to the normal core tests

Thomas la Cour 1 năm trước cách đây
mục cha
commit
fe587ee79a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"