aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-13 12:37:55 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-13 12:37:55 +0100
commit57653dd363859048d0004b9e69293727394782b8 (patch)
treea27507d4269199e2be8db5f68d6444e16eed88c8
parentfaca11d5938c810fc6d448e9b89b47f48577b088 (diff)
short_stem
-rw-r--r--tests/core/path/filepath/test_core_filepath.odin2
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