added the test case in allTests array
This commit is contained in:
parent
ea71fd7191
commit
70f49996fc
@ -547,7 +547,8 @@ extension DeclarationTests {
|
|||||||
("testPropertyDeclarationWithWillSet", testPropertyDeclarationWithWillSet),
|
("testPropertyDeclarationWithWillSet", testPropertyDeclarationWithWillSet),
|
||||||
("testPropertyDeclarationWithDidSet", testPropertyDeclarationWithDidSet),
|
("testPropertyDeclarationWithDidSet", testPropertyDeclarationWithDidSet),
|
||||||
("testSubscriptDeclaration", testSubscriptDeclaration),
|
("testSubscriptDeclaration", testSubscriptDeclaration),
|
||||||
("testDeferDeclaration", testDeferDeclaration)
|
("testDeferDeclaration", testDeferDeclaration),
|
||||||
|
("testFunctionDeclarationWithInOutParameter", testFunctionDeclarationWithInOutParameter)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user