Skip to content

Commit

Permalink
plutus-tx-plugin-tests: Accept some CSE golden changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jun 25, 2024
1 parent 0738944 commit 858a314
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ program
(addInteger cse cse))
[ (delay (addInteger cse cse))
, (delay (addInteger cse cse)) ])))
(case cse [(\x y z w -> w)]))
(case cse [(\x y z w -> y)]))
(case cse [(\x y z w -> z)]))
(case cse [(\x y z w -> x)]))
(case cse [(\x y z w -> x)]))
(case cse [(\x y z w -> w)]))
(case cse [(\x y z w -> y)]))
(case cse [(\x y z w -> z)]))
(\x y ->
force ifThenElse
(lessThanInteger x y)
Expand Down
4 changes: 2 additions & 2 deletions plutus-tx-plugin/test/Budget/9.6/map2.uplc.golden
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ program
[ (addInteger 7 n)
, #534556454e ])
, (constr 0 []) ]) ]) ]) ])))
(addInteger 4 n))
(addInteger 3 n))
(addInteger 3 n))
(addInteger 4 n))
(\`$dToData` `$dToData` ->
(\go eta -> goList (go eta))
(fix1
Expand Down
4 changes: 2 additions & 2 deletions plutus-tx-plugin/test/Budget/9.6/map3.uplc.golden
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ program
[ (addInteger 7 n)
, #534556454e ])
, (constr 0 []) ]) ]) ]) ])))
(addInteger 4 n))
(addInteger 3 n))
(addInteger 3 n))
(addInteger 4 n))
(\`$dToData` `$dToData` ->
(\go eta -> goList (go eta))
(fix1
Expand Down

0 comments on commit 858a314

Please sign in to comment.