Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit e0aa8c8

Browse files
S-YOUtrotterdylan
authored andcommitted
Add list, slice tests (#194)
1 parent 3995418 commit e0aa8c8

6 files changed

Lines changed: 785 additions & 11 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ STDLIB_TESTS := \
7878
re_tests \
7979
sys_test \
8080
tempfile_test \
81-
test/seq_tests \
8281
test/test_tuple \
83-
test/mapping_tests \
8482
test/test_dict \
85-
test/string_tests \
83+
test/test_list \
84+
test/test_slice \
8685
test/test_string \
8786
threading_test \
8887
time_test \

0 commit comments

Comments
 (0)