From df214489b730874ed5036cb3bd68aadf7d37c676 Mon Sep 17 00:00:00 2001 From: Pierre Chambart Date: Fri, 15 Jun 2018 01:25:56 +0200 Subject: [PATCH] Alpha: remove some unused variable in test --- src/proto_alpha/lib_protocol/test/helpers/test_tez.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_protocol/test/helpers/test_tez.ml b/src/proto_alpha/lib_protocol/test/helpers/test_tez.ml index 93296a7f0..35e7a45f6 100644 --- a/src/proto_alpha/lib_protocol/test/helpers/test_tez.ml +++ b/src/proto_alpha/lib_protocol/test/helpers/test_tez.ml @@ -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 =