From 7a2f284e5d843f7805be3173c1771687fb5e1008 Mon Sep 17 00:00:00 2001 From: Luffy Date: Wed, 5 Sep 2018 07:20:35 +0530 Subject: [PATCH] missed a component in the test declaration --- Tests/SplashTests/Tests/DeclarationTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/SplashTests/Tests/DeclarationTests.swift b/Tests/SplashTests/Tests/DeclarationTests.swift index 3fe7452..a7bdbf9 100644 --- a/Tests/SplashTests/Tests/DeclarationTests.swift +++ b/Tests/SplashTests/Tests/DeclarationTests.swift @@ -512,6 +512,7 @@ final class DeclarationTests: SyntaxHighlighterTestCase { .token("inout", .keyword), .whitespace(" "), .token("Int", .type), + .plainText(")"), .whitespace(" "), .plainText("{"), .whitespace(" "),