From 57653dd363859048d0004b9e69293727394782b8 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Fri, 13 Feb 2026 12:37:55 +0100 Subject: short_stem --- tests/core/path/filepath/test_core_filepath.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3