chung-leong/zigar

Failing test case: pointer as static variables

Closed this issue · 1 comments

  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

Test case wasn't reflecting changes made to how Zig memory is allocated.