From 70f49996fc66cc5803ad54e61163a2776ef0f745 Mon Sep 17 00:00:00 2001 From: Nikhil Muskur Date: Wed, 5 Sep 2018 07:06:01 +0530 Subject: [PATCH] added the test case in allTests array --- Tests/SplashTests/Tests/DeclarationTests.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/SplashTests/Tests/DeclarationTests.swift b/Tests/SplashTests/Tests/DeclarationTests.swift index 30a4fc8..3fe7452 100644 --- a/Tests/SplashTests/Tests/DeclarationTests.swift +++ b/Tests/SplashTests/Tests/DeclarationTests.swift @@ -547,7 +547,8 @@ extension DeclarationTests { ("testPropertyDeclarationWithWillSet", testPropertyDeclarationWithWillSet), ("testPropertyDeclarationWithDidSet", testPropertyDeclarationWithDidSet), ("testSubscriptDeclaration", testSubscriptDeclaration), - ("testDeferDeclaration", testDeferDeclaration) + ("testDeferDeclaration", testDeferDeclaration), + ("testFunctionDeclarationWithInOutParameter", testFunctionDeclarationWithInOutParameter) ] } }