tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml in trackler-2.2.1.116 vs tracks/ocaml/tools/test-generator/templates/ocaml/roman-numerals/test.ml in trackler-2.2.1.117
- old
+ new
@@ -1,9 +1,8 @@
-open Core
open OUnit2
open Roman_numerals
-let ae expected actual _ctx = assert_equal ~printer:Fn.id expected actual
+let ae expected actual _ctx = assert_equal ~printer:(fun x -> x) expected actual
let tests = [
(* TEST
"$description" >::
ae $expected (to_roman $number);