set_block_info in native_test_only_set_block_info function is incorrectly called as a static method using NativeBlockContext::set_block_info() syntax when its defined as an instance method. This causes a compilation error when the testing feature is enabled since the method expects &mut self as its first parameter.
https://github.com/initia-labs/movevm/blob/7096b76ba9705d4d932808e9c80b72101eafc0a8/crates/natives/src/block.rs#L63
