andydude / p6-c-parser

Grammar for Parsing C in Perl6
GNU Lesser General Public License v3.0
7 stars 7 forks source link

Use kebab-case in test function names #5

Closed paultcochrane closed 9 years ago

paultcochrane commented 9 years ago

Test function names with underscores have been deprecated in favour of their kebab-case variants. The deprecated form will be removed in Rakudo 2015.09. This change brings the test suite up to date with current Rakudo.