Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stop skipping test that now no longer segfaults
  • Loading branch information
hoelzro committed Jul 9, 2014
1 parent a2ab77a commit 1a417fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions S26-documentation/why-following.t
Expand Up @@ -48,8 +48,7 @@ class Sheep {
}

is Sheep.WHY.content, 'a sheep';
skip 'segfault', 1;
#is Sheep.^attributes.grep({ .name eq '$!wool' }).WHY, 'usually white';
is Sheep.^attributes.grep({ .name eq '$!wool' }).WHY, 'usually white';
is Sheep.^find_method('roar').WHY.content, 'not too scary';

sub routine {}
Expand Down
3 changes: 1 addition & 2 deletions S26-documentation/why-preceding.t
Expand Up @@ -50,8 +50,7 @@ class Sheep {
}

is Sheep.WHY.content, 'a sheep';
skip 'segfault', 1;
#is Sheep.^attributes.grep({ .name eq '$!wool' }).WHY, 'usually white';
is Sheep.^attributes.grep({ .name eq '$!wool' }).WHY, 'usually white';
is Sheep.^find_method('roar').WHY.content, 'not too scary';

sub routine {}
Expand Down

0 comments on commit 1a417fe

Please sign in to comment.