fix expect test
This commit is contained in:
parent
b905c49579
commit
9b4e881827
@ -51,9 +51,11 @@ let%expect_test _ =
|
||||
{ parameter nat ;
|
||||
storage nat ;
|
||||
code { DUP ;
|
||||
LAMBDA (pair nat nat) nat { { { DUP ; CDR ; SWAP ; CAR } } ; ADD } ;
|
||||
DUP ;
|
||||
CDR ;
|
||||
SWAP ;
|
||||
EXEC ;
|
||||
CAR ;
|
||||
ADD ;
|
||||
NIL operation ;
|
||||
PAIR ;
|
||||
DIP { DROP } } } |}]
|
||||
|
Loading…
Reference in New Issue
Block a user