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