소스 검색

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"