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.')))
|
@:build(kiss.Kiss.buildExpectingError(kiss.EType.EStream('Ran out of expressions before ) was found.')))
|
||||||
class UnclosedFunctionTestCase extends Test {
|
class UnclosedFunctionTestCase extends Test {
|
||||||
function testSplitByAll() {
|
|
||||||
Assert.pass();
|
|
||||||
}
|
|
||||||
|
|
||||||
function testExpectedError() {
|
function testExpectedError() {
|
||||||
_testExpectedError();
|
_testExpectedError();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,10 +15,6 @@ using StringTools;
|
|||||||
|
|
||||||
@:build(kiss.Kiss.buildExpectingError(kiss.EType.EStream('Ran out of expressions before ) was found.')))
|
@:build(kiss.Kiss.buildExpectingError(kiss.EType.EStream('Ran out of expressions before ) was found.')))
|
||||||
class UnclosedMacroTestCase extends Test {
|
class UnclosedMacroTestCase extends Test {
|
||||||
function testSplitByAll() {
|
|
||||||
Assert.pass();
|
|
||||||
}
|
|
||||||
|
|
||||||
function testExpectedError() {
|
function testExpectedError() {
|
||||||
_testExpectedError();
|
_testExpectedError();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user