Skip to content

Commit

Permalink
Disambiguate comment to compile with OCaml 4.03 (Closes: #10).
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor478 committed Oct 2, 2019
1 parent e1dff35 commit 0dcf269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ounit2/advanced/oUnitRunner.ml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ let sequential_runner: runner = fun conf logger chooser test_cases ->
iter state

(**/**)

(* Plugin interface. *)
module Plugin =
OUnitPlugin.Make
Expand All @@ -148,6 +147,7 @@ module Plugin =
let default_value = sequential_runner
end)
(**/**)

include Plugin


Expand Down

0 comments on commit 0dcf269

Please sign in to comment.