From a322fcb7acb3f088e79bf713e0e8abe8727491d4 Mon Sep 17 00:00:00 2001 From: Pranav Gaddamadugu Date: Fri, 29 Sep 2023 10:08:23 -0400 Subject: [PATCH] Update test framework --- tests/test-framework/benches/leo_compiler.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-framework/benches/leo_compiler.rs b/tests/test-framework/benches/leo_compiler.rs index 995075f507..12fc29f449 100644 --- a/tests/test-framework/benches/leo_compiler.rs +++ b/tests/test-framework/benches/leo_compiler.rs @@ -97,7 +97,6 @@ fn new_compiler(handler: &Handler) -> Compiler<'_> { unrolled_symbol_table: false, ast_spans_enabled: false, initial_ast: false, - initial_input_ast: false, unrolled_ast: false, ssa_ast: false, flattened_ast: false,