tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml in trackler-2.2.1.108 vs tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml in trackler-2.2.1.109
- old
+ new
@@ -5,10 +5,10 @@
let ae exp got _test_ctxt = assert_equal ~printer:Bool.to_string exp got
let tests = [
(* TEST
"$description" >::
- ae $expected (is_pangram $input);
+ ae $expected (is_pangram $sentence);
END TEST *)
]
let () =
run_test_tt_main ("pangram tests" >::: tests)