From 3c85694ecdb8bbbc872a7c2ee648443423530a3b Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Wed, 27 Apr 2022 18:41:11 +0200 Subject: [PATCH] Fmt --- compiler/tests-ocaml/dune | 5 ++++- compiler/tests-ocaml/lib-atomic/dune | 7 ++++--- compiler/tests-ocaml/lib-bytes-utf/dune | 3 ++- compiler/tests-ocaml/lib-format/dune | 3 ++- compiler/tests-ocaml/lib-printf/dune | 3 ++- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/compiler/tests-ocaml/dune b/compiler/tests-ocaml/dune index efeb361d13..068d7f7b79 100644 --- a/compiler/tests-ocaml/dune +++ b/compiler/tests-ocaml/dune @@ -1 +1,4 @@ -(env (_ (flags (:standard -w -27-32-33-35-39-50)))) \ No newline at end of file +(env + (_ + (flags + (:standard -w -27-32-33-35-39-50)))) diff --git a/compiler/tests-ocaml/lib-atomic/dune b/compiler/tests-ocaml/lib-atomic/dune index c7fa254566..b523fca818 100644 --- a/compiler/tests-ocaml/lib-atomic/dune +++ b/compiler/tests-ocaml/lib-atomic/dune @@ -4,6 +4,7 @@ (modes js)) (rule - (alias runtest) - (deps test_atomic.bc.js) - (action (run node test_atomic.bc.js))) \ No newline at end of file + (alias runtest) + (deps test_atomic.bc.js) + (action + (run node test_atomic.bc.js))) diff --git a/compiler/tests-ocaml/lib-bytes-utf/dune b/compiler/tests-ocaml/lib-bytes-utf/dune index e91864c273..115d9faf87 100644 --- a/compiler/tests-ocaml/lib-bytes-utf/dune +++ b/compiler/tests-ocaml/lib-bytes-utf/dune @@ -1,7 +1,8 @@ (executables (names test) (libraries) - (flags (:standard \ -strict-sequence)) + (flags + (:standard \ -strict-sequence)) (modes js native)) (rule diff --git a/compiler/tests-ocaml/lib-format/dune b/compiler/tests-ocaml/lib-format/dune index a667f1713f..390e3acfb2 100644 --- a/compiler/tests-ocaml/lib-format/dune +++ b/compiler/tests-ocaml/lib-format/dune @@ -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 diff --git a/compiler/tests-ocaml/lib-printf/dune b/compiler/tests-ocaml/lib-printf/dune index 5f5d455bc5..f56fe50ca7 100644 --- a/compiler/tests-ocaml/lib-printf/dune +++ b/compiler/tests-ocaml/lib-printf/dune @@ -1,7 +1,8 @@ (executables (names pr6534 pr6938 tprintf) (libraries) - (flags (:standard \ -strict-formats)) + (flags + (:standard \ -strict-formats)) (modes js native)) (rule