Port tests\core\slice

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:09 -04:00
committed by Feoramund
parent ed0384c102
commit 9ba02e888d
3 changed files with 41 additions and 99 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ runtime_test:
$(ODIN) test runtime $(COMMON) -out:test_core_runtime
slice_test:
$(ODIN) run slice $(COMMON) -out:test_core_slice
$(ODIN) test slice $(COMMON) -out:test_core_slice
strings_test:
$(ODIN) run strings $(COMMON) -out:test_core_strings