Skip to content

Commit

Permalink
Try to fix recursion test and remove unused codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jan 9, 2024
1 parent 404ffbf commit 0886b1b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2,592 deletions.
1 change: 0 additions & 1 deletion compiler/integration-tests/test/browser/recursion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describe('It compiles noir program code, receiving circuit bytes and abi object.
proof: proofAsFields,
public_inputs: [main_inputs.y as Field],
key_hash: vkHash,
input_aggregation_object: ['0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'],
};

logger.debug('recursion_inputs', recursion_inputs);
Expand Down
Loading

0 comments on commit 0886b1b

Please sign in to comment.