Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix test for Perl 6.c
  • Loading branch information
dwarring committed Mar 7, 2016
1 parent 1b08add commit 15caf9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/definition.t
Expand Up @@ -15,7 +15,7 @@ asdf1
```
sub asdf(
Str $asdf1,
Str :$asdf2 = { ... }
Str :$asdf2 = "asdf"
) returns Str
```
Expand All @@ -34,7 +34,7 @@ t
```
method asdf(
Str :$asdf = { ... }
Str :$asdf = "asdf"
) returns Str
```
Expand Down

0 comments on commit 15caf9e

Please sign in to comment.