remove extraneous test function
This commit is contained in:
@@ -15,10 +15,6 @@ using StringTools;
|
||||
|
||||
@:build(kiss.Kiss.buildExpectingError(kiss.EType.EStream('Ran out of expressions before ) was found.')))
|
||||
class UnclosedFunctionTestCase extends Test {
|
||||
function testSplitByAll() {
|
||||
Assert.pass();
|
||||
}
|
||||
|
||||
function testExpectedError() {
|
||||
_testExpectedError();
|
||||
}
|
||||
|
@@ -15,10 +15,6 @@ using StringTools;
|
||||
|
||||
@:build(kiss.Kiss.buildExpectingError(kiss.EType.EStream('Ran out of expressions before ) was found.')))
|
||||
class UnclosedMacroTestCase extends Test {
|
||||
function testSplitByAll() {
|
||||
Assert.pass();
|
||||
}
|
||||
|
||||
function testExpectedError() {
|
||||
_testExpectedError();
|
||||
}
|
||||
|
Reference in New Issue
Block a user