Alpha: remove some unused variable in test
This commit is contained in:
parent
b5a6f2f03c
commit
df214489b7
@ -23,7 +23,7 @@ module Tez = struct
|
|||||||
let ( + ) t1 t2 =
|
let ( + ) t1 t2 =
|
||||||
match t1 +? t2 with
|
match t1 +? t2 with
|
||||||
| Ok r -> r
|
| Ok r -> r
|
||||||
| Error r ->
|
| Error _ ->
|
||||||
Pervasives.failwith "adding tez"
|
Pervasives.failwith "adding tez"
|
||||||
|
|
||||||
let of_int x =
|
let of_int x =
|
||||||
|
Loading…
Reference in New Issue
Block a user