浏览代码

try to add sys/windows to the normal core tests

Thomas la Cour 1 年之前
父节点
当前提交
fe587ee79a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"