Failing test case: pointer as static variables
Closed this issue · 1 comments
chung-leong commented
1) Integration tests (bun-zigar, ReleaseSmall)
Type handling
Pointer
should import pointer as static variables:
Error: expected [Function] to not throw 'TypeError' but 'TypeError: Pointers in fixed memory c…' was thrown
+ expected - actual
-TypeError: Pointers in fixed memory cannot point to garbage-collected object
+TypeError
chung-leong commented
Test case wasn't reflecting changes made to how Zig memory is allocated.