소스 검색

do not check #6807 on eval target

Alexander Kuzmenko 7 년 전
부모
커밋
b82989035a
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')
+		#if ((dce != 'no') && !eval)
 		t(null == Type.resolveClass('unit.issues._Issue6807.ShouldBeRemovedByDce'));
 		#end
 	}