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:
@@ -3,6 +3,7 @@
|
||||
|
||||
int main() {
|
||||
int64_t i;
|
||||
dst_init();
|
||||
DstArray *array = dst_array(10);
|
||||
assert(array->capacity == 10);
|
||||
assert(array->count == 0);
|
||||
|
||||
Reference in New Issue
Block a user