Skip to content

Commit

Permalink
Update prb-math preset settings
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Jul 21, 2023
1 parent dd8b556 commit 3d46980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/externalTests/prb-math.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
compile_only_presets=[
# pylint: disable=line-too-long
SettingsPreset.LEGACY_NO_OPTIMIZE, # Error: Yul exception:Variable expr_15841_address is 2 slot(s) too deep inside the stack. Stack too deep.
SettingsPreset.IR_NO_OPTIMIZE, # Error: Yul exception:Variable expr_15841_address is 2 slot(s) too deep inside the stack. Stack too deep.
# SettingsPreset.IR_NO_OPTIMIZE, # Error: Yul exception:Variable expr_15699_address is 2 slot(s) too deep inside the stack. Stack too deep.
# SettingsPreset.IR_OPTIMIZE_EVM_ONLY, # Error: Yul exception:Variable expr_15699_address is 2 slot(s) too deep inside the stack. Stack too deep.
],
settings_presets=[
SettingsPreset.LEGACY_OPTIMIZE_EVM_ONLY,
SettingsPreset.IR_OPTIMIZE_EVM_ONLY,
SettingsPreset.LEGACY_OPTIMIZE_EVM_YUL,
SettingsPreset.IR_OPTIMIZE_EVM_YUL,
],
Expand Down

0 comments on commit 3d46980

Please sign in to comment.