| Index: test/cctest/wasm/test-run-wasm.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm.cc b/test/cctest/wasm/test-run-wasm.cc
|
| index b5a77fcdaecf8737779d9f7befed863d84a2316f..cf6519e6e8a32cd6f7f496db370bfdce1d905ee1 100644
|
| --- a/test/cctest/wasm/test-run-wasm.cc
|
| +++ b/test/cctest/wasm/test-run-wasm.cc
|
| @@ -2089,7 +2089,6 @@ TEST(Run_WasmCall_Float64Sub) {
|
| double* memory = module.AddMemoryElems<double>(16);
|
| WasmRunner<int32_t> r(&module);
|
|
|
| - // TODO(titzer): convert to a binop test.
|
| BUILD(r, WASM_BLOCK(
|
| 2, WASM_STORE_MEM(
|
| MachineType::Float64(), WASM_ZERO,
|
|
|