don't test eval on pure js

This commit is contained in:
2022-03-28 15:30:54 -06:00
parent 03f0e65a2b
commit 7a91e0d2e7

View File

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