Skip to content

Commit

Permalink
Update ocaml/ocamltest/ocaml_actions.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Xavier Clerc <xclerc@users.noreply.github.com>
  • Loading branch information
gretay-js and xclerc committed Nov 22, 2022
1 parent 625860d commit 407ae23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml/ocamltest/ocaml_actions.ml
Expand Up @@ -1222,8 +1222,8 @@ let poll_insertion = Actions.make
let no_poll_insertion = Actions.make
"no-poll-insertion"
(Actions_helpers.pass_or_skip (not Ocamltest_config.poll_insertion)
"Stack allocation disabled"
"Stack allocation enabled")
"Poll insertion disabled"
"Poll insertion enabled")

let ocamldoc = Ocaml_tools.ocamldoc

Expand Down

0 comments on commit 407ae23

Please sign in to comment.