tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml in trackler-2.2.1.116 vs tracks/ocaml/tools/test-generator/templates/ocaml/hello-world/test.ml in trackler-2.2.1.117

- old
+ new

@@ -1,9 +1,8 @@ -open Core open OUnit2 open Hello_world -let ae exp got _test_ctxt = assert_equal ~printer:String.to_string exp got +let ae exp got _test_ctxt = assert_equal ~printer:(fun x -> x) exp got let tests = [ (* TEST "$description" >:: ae $expected hello; END TEST *)