hxcpp
hxcpp copied to clipboard
[tests] Fix cppia inheritance test
This test wasn't running because it is only enabled for haxe >= 4.3.7 and we were on haxe 4.3.4, and also it wasn't running properly because HostExtendedRoot was not part of the host. See: https://github.com/HaxeFoundation/hxcpp/pull/1154#issuecomment-3343834578
Seems like it worked fine with 4.3.7 but there was a regression at some point in haxe development.
UPDATE: Seems like it's caused by: https://github.com/HaxeFoundation/haxe/pull/12377