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

- old
+ new

@@ -1,9 +1,8 @@ -open Core open OUnit2 open Pangram -let ae exp got _test_ctxt = assert_equal ~printer:Bool.to_string exp got +let ae exp got _test_ctxt = assert_equal ~printer:string_of_bool exp got let tests = [ (* TEST "$description" >:: ae $expected (is_pangram $sentence);