diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-08-08 17:49:08 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-08-08 17:49:08 +0200 |
| commit | d93f3c63d8d8a8dd279960b3aa2948e4a2dea1bf (patch) | |
| tree | 2807c377304b51e2c2d20942d9887e1327071149 /tests | |
| parent | ada3df303e115feb1ce8ce2fd92c01f2f7472f62 (diff) | |
Rename package to test_core_os to fit with the rest of test_*
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/os/os.odin | 2 |
1 files changed, 1 insertions, 1 deletions
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" |