Skip to content

Commit

Permalink
Merge pull request #3252 from rakudo/ugexe-patch-2
Browse files Browse the repository at this point in the history
Fix test count failure on windows
  • Loading branch information
niner committed Oct 20, 2019
2 parents 2dd570d + 91c7b28 commit bfaec97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/04-nativecall/00-misc.t
Expand Up @@ -5,8 +5,6 @@ use Test::Helpers;
use CompileTestLib;
compile_test_lib '00-misc';

plan 4;

{ # https://github.com/rakudo/rakudo/issues/3235
role Foo {
sub NCstrlen(Str --> int32) is native('./00-misc') { !!! };
Expand Down Expand Up @@ -44,4 +42,6 @@ unless $*DISTRO.is-win { # https://github.com/rakudo/rakudo/issues/3244
'no segfaults when using NC routine after using it during precomp';
}

done-testing();

# vim:ft=perl6

0 comments on commit bfaec97

Please sign in to comment.