| Index: test/cctest/wasm/wasm-run-utils.h
|
| diff --git a/test/cctest/wasm/wasm-run-utils.h b/test/cctest/wasm/wasm-run-utils.h
|
| index 3e2abe1d8407e924c54adcd76b243a8a3e9b2967..6e3101726e1bc9268752828f5989a17c496696b9 100644
|
| --- a/test/cctest/wasm/wasm-run-utils.h
|
| +++ b/test/cctest/wasm/wasm-run-utils.h
|
| @@ -301,10 +301,6 @@ inline void TestBuildingGraph(Zone* zone, JSGraph* jsgraph, ModuleEnv* module,
|
| FATAL(str.str().c_str());
|
| }
|
| builder.Int64LoweringForTesting();
|
| - if (FLAG_trace_turbo_graph) {
|
| - OFStream os(stdout);
|
| - os << AsRPO(*jsgraph->graph());
|
| - }
|
| }
|
|
|
| template <typename ReturnType>
|
|
|