浏览代码

use another class which does not reference Http (fix HL interpreter not supporting Socket for now)

Nicolas Cannasse 8 年之前
父节点
当前提交
bffc775f14
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/src/unit/issues/Issue5608.hx

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

@@ -5,7 +5,7 @@ class Issue5608 extends unit.Test {
 
 	function test() {
 		//should not throw
-		fields = Reflect.fields(haxe.remoting.HttpConnection);
+		fields = Reflect.fields(haxe.Serializer);
 		t(true);
 	}
 }