don't test eval on pure js

This commit is contained in:
2022-03-28 15:30:54 -06:00
parent e59f4642f5
commit 9c9add1e0e

View File

@@ -324,8 +324,12 @@ class BasicTestCase extends Test {
}
function testEval() {
#if (sys || hxnodejs)
_testEvalStatic();
_testEval();
#else
Assert.pass();
#end
}
function testCaseOnNull() {