diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-13 12:37:55 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-13 12:37:55 +0100 |
| commit | 57653dd363859048d0004b9e69293727394782b8 (patch) | |
| tree | a27507d4269199e2be8db5f68d6444e16eed88c8 | |
| parent | faca11d5938c810fc6d448e9b89b47f48577b088 (diff) | |
short_stem
| -rw-r--r-- | tests/core/path/filepath/test_core_filepath.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/path/filepath/test_core_filepath.odin b/tests/core/path/filepath/test_core_filepath.odin index 688259e9c..9ca1b676f 100644 --- a/tests/core/path/filepath/test_core_filepath.odin +++ b/tests/core/path/filepath/test_core_filepath.odin @@ -130,6 +130,6 @@ test_stem :: proc(t: ^testing.T) { } for d in short_stem { - testing.expect_value(t, filepath.stem(d[0]), d[1]) + testing.expect_value(t, filepath.short_stem(d[0]), d[1]) } }
\ No newline at end of file |