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 eb1de83dcdf0450088baf53e9e93e5425e40fad4..56aa5685eaa13d3b90afe44f6c038c2bc7780604 100644 |
--- a/test/cctest/wasm/wasm-run-utils.h |
+++ b/test/cctest/wasm/wasm-run-utils.h |
@@ -261,7 +261,7 @@ inline void TestBuildingGraph(Zone* zone, JSGraph* jsgraph, ModuleEnv* module, |
SourcePositionTable* source_position_table, |
const byte* start, const byte* end) { |
compiler::WasmGraphBuilder builder(zone, jsgraph, sig, source_position_table); |
- TreeResult result = |
+ DecodeResult result = |
BuildTFGraph(zone->allocator(), &builder, module, sig, start, end); |
if (result.failed()) { |
ptrdiff_t pc = result.error_pc - result.start; |