Skip to content

Commit

Permalink
unfudge-passes on moar, marked as #conc
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jul 8, 2014
1 parent 0f90ebd commit 4bf731f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration/advent2013-day19.t
Expand Up @@ -2,7 +2,6 @@ use v6;
use Test;
plan 4;

#?rakudo.parrot skip 'no implementation of supply'
{
my $measurements = Supply.new;

Expand Down Expand Up @@ -42,8 +41,6 @@ plan 4;
is_deeply %measured, {"Measured" => [4.5], "Also measured" => [4.5], "HIGH" => [4.5]}, 'supply grep and tap';
}

#?rakudo.parrot skip 'no implementation of supply'
#?rakudo.moar skip 'Supply.interval on moar'
{
my $belt_raw = Supply.interval(.1).map({ rand xx 20 });
my $belt_avg = $belt_raw.map(sub (@values) {
Expand Down

0 comments on commit 4bf731f

Please sign in to comment.