Skip to content

Commit

Permalink
Tests for RT #68242
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Sep 14, 2011
1 parent 328f005 commit b8d66dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion S06-multi/proto.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 16;
plan 17;

# Test for proto definitions
class A { }
Expand Down Expand Up @@ -78,6 +78,11 @@ eval_dies_ok 'proto rt68242($a){};proto rt68242($c,$d){};',

}

# RT #68242
{
eval_dies_ok 'proto foo($bar) {}; proto foo($baz, $quux) {}';
}

done;

# vim: ft=perl6

0 comments on commit b8d66dd

Please sign in to comment.