| 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 0db24e80a2aad98bb0d05cb51eff2874ab5a6aac..3b7af54ca0901fe4d56823acb5321d171c4c961f 100644
|
| --- a/test/cctest/wasm/test-run-wasm.cc
|
| +++ b/test/cctest/wasm/test-run-wasm.cc
|
| @@ -1750,8 +1750,6 @@ TEST(Run_Wasm_Infinite_Loop_not_taken2_brif) {
|
|
|
|
|
| static void TestBuildGraphForSimpleExpression(WasmOpcode opcode) {
|
| - if (!WasmOpcodes::IsSupported(opcode)) return;
|
| -
|
| Isolate* isolate = CcTest::InitIsolateOnce();
|
| Zone zone(isolate->allocator());
|
| HandleScope scope(isolate);
|
|
|