Skip to content

Commit

Permalink
properly pass thru optimize flag
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Dec 24, 2024
1 parent 10f15df commit 33c06cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/venom/test_venom_repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _helper2(vyper_source, optimize, compiler_settings):
assert_ctx_eq(bb_runtime, ctx)

# test we can generate assembly+bytecode
asm = generate_assembly_experimental(ctx)
asm = generate_assembly_experimental(ctx, optimize=optimize)
bytecode = generate_bytecode(asm, compiler_metadata=None)

out = compile_code(vyper_source, settings=settings, output_formats=["bytecode_runtime"])
Expand Down

0 comments on commit 33c06cb

Please sign in to comment.