From d93f3c63d8d8a8dd279960b3aa2948e4a2dea1bf Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 8 Aug 2024 17:49:08 +0200 Subject: [PATCH] Rename package to test_core_os to fit with the rest of test_* --- tests/core/os/os.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/os/os.odin b/tests/core/os/os.odin index 95aa22223..c7a0dce4c 100644 --- a/tests/core/os/os.odin +++ b/tests/core/os/os.odin @@ -1,4 +1,4 @@ -package tests_core_os +package test_core_os import "core:c/libc" import win32 "core:sys/windows"