don't test eval on pure js
This commit is contained in:
@@ -324,8 +324,12 @@ class BasicTestCase extends Test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function testEval() {
|
function testEval() {
|
||||||
|
#if (sys || hxnodejs)
|
||||||
_testEvalStatic();
|
_testEvalStatic();
|
||||||
_testEval();
|
_testEval();
|
||||||
|
#else
|
||||||
|
Assert.pass();
|
||||||
|
#end
|
||||||
}
|
}
|
||||||
|
|
||||||
function testCaseOnNull() {
|
function testCaseOnNull() {
|
||||||
|
Reference in New Issue
Block a user