aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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