From 07ef96954647dd80fb3e6a8df14b3280a2d99fa4 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 18 Mar 2024 17:05:40 +0100 Subject: [PATCH] Fix test label. --- examples/all/all_main.odin | 2 ++ tests/core/build.bat | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index c89b93e3b..bc1aff607 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -117,6 +117,7 @@ import table "core:text/table" import edit "core:text/edit" import thread "core:thread" import time "core:time" +import datetime "core:time/datetime" import sysinfo "core:sys/info" @@ -225,6 +226,7 @@ _ :: table _ :: edit _ :: thread _ :: time +_ :: datetime _ :: sysinfo _ :: unicode _ :: utf8 diff --git a/tests/core/build.bat b/tests/core/build.bat index f94f13c19..ac7137fa1 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -102,6 +102,6 @@ echo --- %PATH_TO_ODIN% run runtime %COMMON% %COLLECTION% -out:test_core_runtime.exe || exit /b echo --- -echo Running core:runtime tests +echo Running core:time tests echo --- %PATH_TO_ODIN% run time %COMMON% %COLLECTION% -out:test_core_time.exe || exit /b \ No newline at end of file