From b8bc4ff2c308b36e14d936eeaa51ccc3fa7fda07 Mon Sep 17 00:00:00 2001 From: Marco Capano Date: Wed, 5 Sep 2018 18:45:53 +0200 Subject: [PATCH] Updating allTests static var --- Tests/SplashTests/Tests/StatementTests.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Tests/SplashTests/Tests/StatementTests.swift b/Tests/SplashTests/Tests/StatementTests.swift index d8bd33e..ad94f15 100644 --- a/Tests/SplashTests/Tests/StatementTests.swift +++ b/Tests/SplashTests/Tests/StatementTests.swift @@ -279,7 +279,10 @@ extension StatementTests { ("testChainedIfElseStatements", testChainedIfElseStatements), ("testSwitchStatement", testSwitchStatement), ("testSwitchStatementWithAssociatedValues", testSwitchStatementWithAssociatedValues), - ("testForStatementWithStaticProperty", testForStatementWithStaticProperty) + ("testSwitchStatementWithFallthrough", testSwitchStatementWithFallthrough), + ("testForStatementWithStaticProperty", testForStatementWithStaticProperty), + ("testForStatementWithContinue", testForStatementWithContinue), + ("testRepeatWhileStatement", testRepeatWhileStatement) ] } }