Browse Source

Fix test label.

Jeroen van Rijn 1 year ago
parent
commit
07ef969546
2 changed files with 3 additions and 1 deletions
  1. 2 0
      examples/all/all_main.odin
  2. 1 1
      tests/core/build.bat

+ 2 - 0
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

+ 1 - 1
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