소스 검색

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

Jeroen van Rijn 1 년 전
부모
커밋
d93f3c63d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"