Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove bogus test
  • Loading branch information
lizmat committed Jul 29, 2015
1 parent ae65a02 commit ea00fa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S32-str/index.t
Expand Up @@ -3,12 +3,11 @@ use Test;

# L<S32::Str/Str/"=item index">

plan 37;
plan 36;

# Type of return value
isa-ok('abc'.index('b'), Index);
isa-ok('abc'.index('d'), Nil);
ok(!'abc'.index('d'), 'failure object from index() evaluates to false');

# Simple - with just a single char

Expand Down

0 comments on commit ea00fa0

Please sign in to comment.