Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix S17-supply/map.t
  • Loading branch information
moritz committed Aug 22, 2015
1 parent 6f497bd commit 4468aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-supply/map.t
Expand Up @@ -11,7 +11,7 @@ dies-ok { Supply.map({...}) }, 'can not be called as a class method';
for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
diag "**** scheduling with {$*SCHEDULER.WHAT.perl}";

tap-ok Supply.from-list( (1..5).map( {[$_]} ) ),
tap-ok Supply.from-list( (1..5).map( {$[$_]} ) ),
[[1],[2],[3],[4],[5]], "On demand publish with arrays";

tap-ok Supply.from-list( [1,2],[3,4,5] ).map( {.flat} ),
Expand Down

0 comments on commit 4468aa5

Please sign in to comment.