From fe587ee79a891bb2ae9a0ae43aef4351a1f1aafa Mon Sep 17 00:00:00 2001 From: Thomas la Cour Date: Fri, 26 Jul 2024 11:04:13 +0200 Subject: [PATCH] try to add sys/windows to the normal core tests --- tests/core/normal.odin | 1 + 1 file changed, 1 insertion(+) 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"