Skip to content

Commit

Permalink
Merge branch 'nom' of github.com:rakudo/rakudo into nom
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 29, 2011
2 parents 2416f7a + bb18757 commit 84ca50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Perl6/Actions.pm
Expand Up @@ -980,8 +980,7 @@ class Perl6::Actions is HLL::Actions {
$list.push($*ST.build_container_past(
sigiltype($_<sigil> || '$'),
$*ST.create_container_descriptor(
$*ST.find_symbol(['Mu']), 1, 'anon'),
:state($*SCOPE eq 'state')));
$*ST.find_symbol(['Mu']), 1, 'anon')));
}
}
make $list;
Expand Down
2 changes: 1 addition & 1 deletion t/spectest.data
Expand Up @@ -372,7 +372,7 @@ S12-class/basic.t
S12-class/declaration-order.t
# S12-class/extending-arrays.t # err: Cannot use augment scope with class
S12-class/inheritance-class-methods.t
# S12-class/inheritance.t # err: Could not locate compile-time value for symbol CLASS
S12-class/inheritance.t
# S12-class/instantiate.t
# S12-class/interface-consistency.t # err: No applicable candidates found to dispatch to for 'trait_mod:<is>'.
S12-class/lexical.t
Expand Down

0 comments on commit 84ca50d

Please sign in to comment.