Updating allTests static var

This commit is contained in:
Marco Capano 2018-09-05 18:45:53 +02:00 committed by GitHub
parent 3c638adcf5
commit b8bc4ff2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,10 @@ extension StatementTests {
("testChainedIfElseStatements", testChainedIfElseStatements), ("testChainedIfElseStatements", testChainedIfElseStatements),
("testSwitchStatement", testSwitchStatement), ("testSwitchStatement", testSwitchStatement),
("testSwitchStatementWithAssociatedValues", testSwitchStatementWithAssociatedValues), ("testSwitchStatementWithAssociatedValues", testSwitchStatementWithAssociatedValues),
("testForStatementWithStaticProperty", testForStatementWithStaticProperty) ("testSwitchStatementWithFallthrough", testSwitchStatementWithFallthrough),
("testForStatementWithStaticProperty", testForStatementWithStaticProperty),
("testForStatementWithContinue", testForStatementWithContinue),
("testRepeatWhileStatement", testRepeatWhileStatement)
] ]
} }
} }