update repo to point to github
[gitmo/Moo.git] / xt / global-destruct-jenga.t
1 use strictures 1;
2 use Test::More;
3
4 my $out = `$^X xt/global-destruct-jenga-helper.pl 2>&1`;
5 is $out, '', 'no errors from global destruct of jenga object';
6
7 done_testing;