Skip to content

Commit

Permalink
fixed test after "{ a => $_ }" being treated as block in Rakudo 2012.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bbkr committed Feb 1, 2013
1 parent 29cb6d1 commit b5dbc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/find.t
Expand Up @@ -15,7 +15,7 @@ $collection.remove( );
my (@documents, $cursor);

# feed test data
@documents.push( { 'foo' => $_} ) for ^128;
@documents.push( $(%( 'foo' => $_ )) ) for ^128;
$collection.insert( @documents );

lives_ok {
Expand Down

0 comments on commit b5dbc4b

Please sign in to comment.