Skip to content

Commit

Permalink
fix another spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Mar 27, 2024
1 parent 0a386d1 commit 2790eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/functional/infinite-gas-spec.k
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module INFINITE-GAS-SPEC

claim [gas.comp.18]: <k> runLemma(#allBut64th(#gas(_G)) <Gas #gas(_G')) => doneLemma(false) ... </k>

claim [gas.comp.19]: <k> runLemma(Gverylow < _ > <=Gas #gas(_)) => doneLemma(true) ... </k>
claim [gas.comp.19]: <k> runLemma(Gverylow( _ ) <=Gas #gas(_)) => doneLemma(true) ... </k>

claim [gas.comp.20]: <k> runLemma(Gexp(SCHED) +Int Gexpbyte(SCHED) *Int ( log2Int ( W1 ) /Int 8 +Int 1 ) <=Gas #gas(_)) => doneLemma(true) ... </k> requires 0 <Int W1 andBool W1 <Int pow256
claim [gas.comp.21]: <k> runLemma(#gas(_) <Gas Gexp(SCHED) +Int Gexpbyte(SCHED) *Int ( log2Int ( W1 ) /Int 8 +Int 1 )) => doneLemma(false) ... </k> requires 0 <Int W1 andBool W1 <Int pow256
Expand Down

0 comments on commit 2790eff

Please sign in to comment.