소스 검색

Re-enable the #6281 test on cppia (#6303)

see HaxeFoundation/hxcpp@5d16835
Jens Fischer 8 년 전
부모
커밋
54b921f794
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      tests/unit/src/unit/issues/Issue6281.hx

+ 1 - 3
tests/unit/src/unit/issues/Issue6281.hx

@@ -8,8 +8,6 @@ class Issue6281 extends unit.Test {
     }
 
     public function test() {
-        #if !cppia
         eq('foo', check);
-        #end
     }
-}
+}