Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Aug 26, 2024
1 parent aa45157 commit eb206b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/regression/increment.ref
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<contract-fn-return-names>
.List
</contract-fn-return-names>
<contract-fn-payable>
false
</contract-fn-payable>
<contract-fn-body>
uint256 x = 0 ; require ( x ++ == 0 , "" , .TypedVals ) ; require ( x == 1 , "" , .TypedVals ) ; require ( x -- == 1 , "" , .TypedVals ) ; require ( x == 0 , "" , .TypedVals ) ; .Statements
</contract-fn-body>
Expand All @@ -59,6 +62,9 @@
<tx-origin>
1p160
</tx-origin>
<block-timestamp>
0p256
</block-timestamp>
<this>
2p160
</this>
Expand Down
2 changes: 1 addition & 1 deletion test/regression/increment.txn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
create(1, 0, IncTest, )
create(1, 0, 0, IncTest, )

0 comments on commit eb206b1

Please sign in to comment.