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