summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
diff options
context:
space:
mode:
authoroctachron <octa@polychoron.fr>2021-02-09 14:43:01 +0100
committeroctachron <octa@polychoron.fr>2021-03-15 15:25:03 +0100
commita7f80409d6e07db51a0ccbc059cd43993905a512 (patch)
treeb7be8479055704b1322a3d2f7e2fbebf21382d8a /testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
parent357654891e3412805f50912b15c7047cfae3264c (diff)
downloadocaml-a7f80409d6e07db51a0ccbc059cd43993905a512.tar.gz
stop using single letter in warning settings
- Replace -w A with -w +A in various makefiles and tests. - Replace -w a with -w -a in tests. - Replace -w Ae with -w +A -w -fragile-matching
Diffstat (limited to 'testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml')
-rw-r--r--testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml b/testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
index d131d892a2..69b2f13915 100644
--- a/testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
+++ b/testsuite/tests/tool-ocaml/t253-offsetclosurem2.ml
@@ -1,6 +1,6 @@
(* TEST
include tool-ocaml-lib
-flags = "-w a"
+flags = "-w -a"
ocaml_script_as_argument = "true"
* setup-ocaml-build-env
** ocaml