Skip to content

Commit

Permalink
Test 'error4' requires one more iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed May 31, 2023
1 parent 86ff2e4 commit f5cce1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/passing/dune.inc
Expand Up @@ -1721,7 +1721,7 @@
(action
(with-stdout-to error4.ml.stdout
(with-stderr-to error4.ml.stderr
(run %{bin:ocamlformat} --margin-check --no-comment-check %{dep:tests/error4.ml})))))
(run %{bin:ocamlformat} --margin-check --no-comment-check --max-iter=3 %{dep:tests/error4.ml})))))

(rule
(alias runtest)
Expand Down
1 change: 1 addition & 0 deletions test/passing/tests/error4.ml.opts
@@ -1 +1,2 @@
--no-comment-check
--max-iter=3

0 comments on commit f5cce1a

Please sign in to comment.