Browse Source

not eval... interp

Alexander Kuzmenko 7 năm trước cách đây
mục cha
commit
d745067fe7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}