Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs re-unfudge some tests.
  • Loading branch information
coke committed Mar 3, 2013
1 parent 0a5c79d commit 5e810cf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion S12-class/lexical.t
Expand Up @@ -30,7 +30,6 @@ eval_dies_ok '{ my class B {}; B.new; }; B.new',
ok $pint ~~ WeissBier, 'can smart-match against lexical class';
is $pint.name, 'Erdinger', 'attribute in lexical class works';
is $pint.describe, 'outstanding flavour', 'method call on lexical class works';
#?pugs todo
is WeissBier.gist, '(WeissBier)', 'lexical type object stringifies correct';

my class LessThanAmazingWeissBier is WeissBier {
Expand Down
1 change: 0 additions & 1 deletion S14-roles/lexical.t
Expand Up @@ -24,7 +24,6 @@ eval_dies_ok '{ my class R3 {}; R3; }; R3',
method catwalk() { 'ooh pretty!' }
}

#?pugs todo
is Model.gist, '(Model)', 'lexical role type object stringifies OK';
is Model.catwalk, 'ooh pretty!', 'can pun lexical role';

Expand Down
1 change: 0 additions & 1 deletion integration/advent2009-day01.t
Expand Up @@ -7,7 +7,6 @@ plan(2);

# say "Hello World";

#?pugs todo 'gist spec changed'
is( (10/7).WHAT.gist, '(Rat)', 'WHAT');

is(([+] (1..999).grep( { $_ % 3 == 0 || $_ % 5 == 0 } )), 233168, 'Project Euler #1');

0 comments on commit 5e810cf

Please sign in to comment.