remove extraneous test function

This commit is contained in:
2024-02-15 09:27:35 -07:00
parent b2909ed29c
commit 4778067a19
2 changed files with 0 additions and 8 deletions

View File

@@ -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();
}

View File

@@ -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();
}