浏览代码

not eval... interp

Alexander Kuzmenko 7 年之前
父节点
当前提交
d745067fe7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/src/unit/issues/Issue6807.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue6807.hx

@@ -2,7 +2,7 @@ package unit.issues;
 
 class Issue6807 extends unit.Test {
 	function test() {
-		#if ((dce != 'no') && !eval)
+		#if ((dce != 'no') && !interp)
 		t(null == Type.resolveClass('unit.issues._Issue6807.ShouldBeRemovedByDce'));
 		#end
 	}