Explorar o código

Rename package to test_core_os to fit with the rest of test_*

Jeroen van Rijn hai 1 ano
pai
achega
d93f3c63d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/core/os/os.odin

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