diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2026-02-12 14:38:39 +1100 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2026-02-12 14:52:27 +1100 |
| commit | b32550a87edcbd71d1084eec76c316161066bb06 (patch) | |
| tree | e8ad7fd5fd209adca67d6f4a9304da44116f99a1 /tools/odinfmt/tests.odin | |
| parent | 92b8c767d233c6556ebf46072f32a02d06277363 (diff) | |
Update ols to use the new os and filepath packages
Diffstat (limited to 'tools/odinfmt/tests.odin')
| -rw-r--r-- | tools/odinfmt/tests.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/odinfmt/tests.odin b/tools/odinfmt/tests.odin index 313e33c..0917838 100644 --- a/tools/odinfmt/tests.odin +++ b/tools/odinfmt/tests.odin @@ -1,8 +1,6 @@ package odinfmt_tests -import "core:testing" import "core:os" -import "core:fmt" import "core:mem" import "snapshot" |