| Index: test/cctest/compiler/test-run-machops.cc
|
| diff --git a/test/cctest/compiler/test-run-machops.cc b/test/cctest/compiler/test-run-machops.cc
|
| index fba9e0e1a505e8ca89dd2866a51f50bb1af9c7fa..4847a14f7fba43af1316d6cedd8f8776812c8eaa 100644
|
| --- a/test/cctest/compiler/test-run-machops.cc
|
| +++ b/test/cctest/compiler/test-run-machops.cc
|
| @@ -5907,7 +5907,7 @@ TEST(RunTryTruncateFloat32ToUint64WithCheck) {
|
|
|
| TEST(RunTryTruncateFloat64ToUint64WithoutCheck) {
|
| BufferedRawMachineAssemblerTester<uint64_t> m(MachineType::Float64());
|
| - m.Return(m.TruncateFloat64ToUint64(m.Parameter(0)));
|
| + m.Return(m.TryTruncateFloat64ToUint64(m.Parameter(0)));
|
|
|
| FOR_UINT64_INPUTS(j) {
|
| double input = static_cast<double>(*j);
|
|
|