1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-17 14:08:05 +00:00

Adding some more unit tests for various components.

This commit is contained in:
bakpakin
2017-11-06 09:44:10 -05:00
parent f6dcb07c8d
commit 9a858d5a97
8 changed files with 88 additions and 43 deletions

View File

@@ -3,6 +3,7 @@
int main() {
int64_t i;
dst_init();
DstArray *array = dst_array(10);
assert(array->capacity == 10);
assert(array->count == 0);