missed a component in the test declaration

This commit is contained in:
Luffy 2018-09-05 07:20:35 +05:30
parent 70f49996fc
commit 7a2f284e5d

View File

@ -512,6 +512,7 @@ final class DeclarationTests: SyntaxHighlighterTestCase {
.token("inout", .keyword),
.whitespace(" "),
.token("Int", .type),
.plainText(")"),
.whitespace(" "),
.plainText("{"),
.whitespace(" "),