Skip to content

Commit

Permalink
Fix the things I unfixed the past hours
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 2, 2013
1 parent 5ceab2c commit d20b0d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions S06-traits/is-readonly.t
Expand Up @@ -9,6 +9,7 @@ plan 3;
{
my $a = 3;

#?rakudo skip 'we do not have VAR() yet)'
ok (try { VAR($a).defined }), ".VAR on a plain normal initialized variable returns true";
}

Expand Down
1 change: 0 additions & 1 deletion S11-modules/import-multi.t
Expand Up @@ -115,7 +115,6 @@ plan 19;
}
import H;

#?rakudo todo "huh?"
ok &Hfoo ~~ Awesome-Things, 'H) trait "is awesome" applied';
is Hfoo(), 'sub H::Hfoo', 'H) standard traits like "is export" still work';
}
Expand Down
2 changes: 1 addition & 1 deletion S12-class/basic.t
Expand Up @@ -68,7 +68,7 @@ ok($bar.isa(Foo), "new Bar .isa(Foo)");
}

# Same, but with the "is Foo" declaration inlined
#?rakudo skip 'Calling 'is' will never work with argument types (Foo)'
#?rakudo skip 'Calling is will never work with argument types (Foo)'
#?niecza skip 'No value for parameter \$expected in Test is'
{
class Baz { is Foo }
Expand Down

0 comments on commit d20b0d2

Please sign in to comment.