@@ -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);
}