test(aot): 更新幂运算整数溢出测试的期望输出

- 修正了 pow-int-overflow.phpt 测试用例的期望值精度
- 将期望输出从 1.2089258196146E+24 更新为 1.2089258196146292E+24
- 提高了测试断言的数值精度匹配准确性
pull/1/head
韩天峰 3 months ago
parent 4c3d7ca4c3
commit 4a2b2ef201
  1. 2
      tests/aot/basic/pow-int-overflow.phpt

@ -9,4 +9,4 @@ function main()
}
?>
--EXPECT--
1.2089258196146E+24
1.2089258196146292E+24
Loading…
Cancel
Save