Alpha: remove some unused variable in test

This commit is contained in:
Pierre Chambart 2018-06-15 01:25:56 +02:00 committed by Benjamin Canou
parent b5a6f2f03c
commit df214489b7

View File

@ -23,7 +23,7 @@ module Tez = struct
let ( + ) t1 t2 =
match t1 +? t2 with
| Ok r -> r
| Error r ->
| Error _ ->
Pervasives.failwith "adding tez"
let of_int x =