Skip to content

Commit

Permalink
another rakudo unfudge
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jul 30, 2011
1 parent 993a659 commit baa7d6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S12-introspection/meta-class.t
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ lives_ok { 4.HOW.HOW }, 'Can access meta class of meta class';

# L<S12/Introspection/Class traits may include:>

#?rakudo skip '.name'
is Foo.^name(), 'Foo', '... the name() property is Foo';
#?rakudo skip '.version, version number parsing'
is Foo.^version(), v0.0.1, '... the version() property is 0.0.1';
Expand Down

0 comments on commit baa7d6f

Please sign in to comment.