Skip to content

Commit 407ae23

Browse files
gretay-jsxclerc
andauthored
Update ocaml/ocamltest/ocaml_actions.ml
Co-authored-by: Xavier Clerc <[email protected]>
1 parent 625860d commit 407ae23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocaml/ocamltest/ocaml_actions.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,8 +1222,8 @@ let poll_insertion = Actions.make
12221222
let no_poll_insertion = Actions.make
12231223
"no-poll-insertion"
12241224
(Actions_helpers.pass_or_skip (not Ocamltest_config.poll_insertion)
1225-
"Stack allocation disabled"
1226-
"Stack allocation enabled")
1225+
"Poll insertion disabled"
1226+
"Poll insertion enabled")
12271227

12281228
let ocamldoc = Ocaml_tools.ocamldoc
12291229

0 commit comments

Comments
 (0)