Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix no proto multi test
  • Loading branch information
hoelzro committed Aug 5, 2014
1 parent cb20042 commit b74a2c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions S26-documentation/why-leading.t
@@ -1,5 +1,5 @@
use Test;
plan 269;
plan 270;

my $pod_index = 0;

Expand Down Expand Up @@ -225,7 +225,8 @@ test-leading(&foo, 'solo');
#| no proto
multi sub bar() { }

test-leading(&bar, 'no proto');
ok !&bar.WHY.defined;
test-leading(&bar.candidates[0], 'no proto');

#| variant A
multi sub baz() { }
Expand Down

0 comments on commit b74a2c2

Please sign in to comment.