Skip to content

Commit

Permalink
Merge branch 'list' of github.com:rakudo/rakudo into list
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 16, 2010
2 parents 1cce3a3 + 6b2af44 commit 5e523b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/MAIN.pm
Expand Up @@ -66,7 +66,7 @@ our sub MAIN_HELPER() {
}
}

return @positional-arguments, %named-arguments;
return @positional-arguments, {%named-arguments};
};

my @subs = $m ~~ Multi ?? $m.candidates !! ($m);
Expand Down
2 changes: 1 addition & 1 deletion t/spectest.data
Expand Up @@ -15,6 +15,7 @@
# S12-attributes/mutators.t - we no longer get away with missing rw and Proxy; some bogus passes anyway
# S16-filehandles/filetest.t - regressed when spec changed (RT #68160)
# S16-filehandles/unlink.t - regressed when spec changed (RT #68160)
# S07-iterators/range-iterator.t - regressed because conforms to obsolete version of spec
#
# moved to stresstest:
# integration/advent2009-day17.t
Expand Down Expand Up @@ -367,7 +368,6 @@ S06-traits/as.t
S06-traits/is-copy.t
S06-traits/is-rw.t
# S06-traits/misc.t
S07-iterators/range-iterator.t
S09-autovivification/autoincrement.t
# S09-subscript_slice/slice.t
S09-typed-arrays/arrays.t
Expand Down

0 comments on commit 5e523b1

Please sign in to comment.