ligo/src/test/spilling_tests.ml

8 lines
145 B
OCaml
Raw Normal View History

2019-05-12 20:56:22 +00:00
(* open Ligo_helpers.Trace
* open Ligo.Mini_c
2019-06-05 06:43:33 +00:00
* open Combinators *)
open Test_helpers
2019-05-12 20:56:22 +00:00
2020-06-12 12:58:38 +02:00
let main = test_suite "Spilling (from Ast_typed)" [
2019-05-12 20:56:22 +00:00
]