Port tests\core\strings

This commit is contained in:
Jeroen van Rijn
2024-06-02 14:47:09 -04:00
committed by Feoramund
parent 9ba02e888d
commit a406ff7063
3 changed files with 26 additions and 64 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ slice_test:
$(ODIN) test slice $(COMMON) -out:test_core_slice
strings_test:
$(ODIN) run strings $(COMMON) -out:test_core_strings
$(ODIN) test strings $(COMMON) -out:test_core_strings
thread_test:
$(ODIN) run thread $(COMMON) -out:test_core_thread