Просмотр исходного кода

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

Nicolas Cannasse 8 лет назад
Родитель
Сommit
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);
 	}
 }