tracks/ocaml/exercises/say/test.ml in trackler-2.1.0.12 vs tracks/ocaml/exercises/say/test.ml in trackler-2.1.0.13

- old
+ new

@@ -1,4 +1,6 @@ +(* Test/exercise version: "1.0.0" *) + open Core.Std open OUnit2 open Say let ae exp got _ctx = assert_equal ~printer:(Option.value ~default:"None") exp got \ No newline at end of file