浏览代码

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
     }
-}
+}