Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Apr 28, 2022
1 parent ff4057c commit 3c85694
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 4 additions & 1 deletion compiler/tests-ocaml/dune
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
(env (_ (flags (:standard -w -27-32-33-35-39-50))))
(env
(_
(flags
(:standard -w -27-32-33-35-39-50))))
7 changes: 4 additions & 3 deletions compiler/tests-ocaml/lib-atomic/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(modes js))

(rule
(alias runtest)
(deps test_atomic.bc.js)
(action (run node test_atomic.bc.js)))
(alias runtest)
(deps test_atomic.bc.js)
(action
(run node test_atomic.bc.js)))
3 changes: 2 additions & 1 deletion compiler/tests-ocaml/lib-bytes-utf/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(executables
(names test)
(libraries)
(flags (:standard \ -strict-sequence))
(flags
(:standard \ -strict-sequence))
(modes js native))

(rule
Expand Down
3 changes: 2 additions & 1 deletion compiler/tests-ocaml/lib-format/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(executables
(names pr6824 print_if_newline pp_print_custom_break print_seq tformat)
(libraries)
(flags (:standard \ -strict-formats))
(flags
(:standard \ -strict-formats))
(modes js))

(rule
Expand Down
3 changes: 2 additions & 1 deletion compiler/tests-ocaml/lib-printf/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(executables
(names pr6534 pr6938 tprintf)
(libraries)
(flags (:standard \ -strict-formats))
(flags
(:standard \ -strict-formats))
(modes js native))

(rule
Expand Down

0 comments on commit 3c85694

Please sign in to comment.