Skip to content

Commit

Permalink
More spectest unfudging for rakudo and autoviv.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Apr 20, 2012
1 parent 185bb09 commit d98cf79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S09-autovivification/autovivification.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ plan 42;

%hash<key><innerkey> = 17;
is %hash<key><innerkey>, 17, "autovivification of a hash element to a hashref worked";
#?rakudo todo 'isa and Hash'
isa_ok %hash<key>, Hash, 'Inner hash item is really a Hash';
}

Expand Down Expand Up @@ -189,7 +188,6 @@ lives_ok {
# this is ok, as you don't have to predeclare globally qualified variables
}, "using an undeclared globaly qualified code variable in void context is ok";

#?rakudo todo 'Null PMC Access'
dies_ok {
&New::Package::foo();
}, "...but invoking undeclared globally qualifed code variable should die";
Expand Down

0 comments on commit d98cf79

Please sign in to comment.