ligo/src/proto_alpha/lib_protocol/test/helpers/helpers_logger.ml

12 lines
695 B
OCaml
Raw Normal View History

2018-01-16 01:09:25 +04:00
(**************************************************************************)
(* *)
(* Copyright (c) 2014 - 2016. *)
(* Dynamic Ledger Solutions , Inc.< contact@tezos.com > *)
(* *)
(* All rights reserved.No warranty , explicit or implicit , provided. *)
(* *)
(**************************************************************************)
let name = "Isolate Helpers"
2018-02-05 23:51:58 +04:00
include Logging.Make(struct let name = name end)