tracks/ocaml/tools/test-generator/templates/ocaml/minesweeper/test.ml in trackler-2.2.1.108 vs tracks/ocaml/tools/test-generator/templates/ocaml/minesweeper/test.ml in trackler-2.2.1.109
- old
+ new
@@ -15,10 +15,10 @@
assert_equal exp got ~cmp:(List.equal ~equal:String.equal) ~printer:format_board
let tests = [
(* TEST
"$description" >:: (fun _ ->
- let b = $input in
+ let b = $minefield in
let expected = $expected in
ae expected (annotate b)
);
END TEST *)
]