perlpilot / p6-File-Temp

Simple implementation of File::Temp for creating temporary files
9 stars 16 forks source link

Fix GC tests #24

Closed zoffixznet closed 7 years ago

zoffixznet commented 7 years ago

The tests assume too much about when GC occurs and started to fail after recent rework[^1] of GC in MoarVM

Fix by calling .DESTOY directly and testing its effects.

Fixes #23: https://github.com/perlpilot/p6-File-Temp/issues/23

[1] https://github.com/rakudo/rakudo/commit/9658dd98c9dd8ecbefc606a08357e59718e328c2