summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-stdlib/pervasives_deprecated.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib-stdlib/pervasives_deprecated.ml')
-rw-r--r--testsuite/tests/lib-stdlib/pervasives_deprecated.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/lib-stdlib/pervasives_deprecated.ml b/testsuite/tests/lib-stdlib/pervasives_deprecated.ml
index 60b1e12726..86df55428e 100644
--- a/testsuite/tests/lib-stdlib/pervasives_deprecated.ml
+++ b/testsuite/tests/lib-stdlib/pervasives_deprecated.ml
@@ -9,7 +9,7 @@ Pervasives.(+) 1 1;;
Line 3, characters 0-14:
3 | Pervasives.(+) 1 1;;
^^^^^^^^^^^^^^
-Error (warning 3): deprecated: module Stdlib.Pervasives
+Error (alert deprecated): module Stdlib.Pervasives
Use Stdlib instead.
If you need to stay compatible with OCaml < 4.07, you can use the
@@ -21,7 +21,7 @@ module X = Pervasives;;
Line 1, characters 11-21:
1 | module X = Pervasives;;
^^^^^^^^^^
-Error (warning 3): deprecated: module Stdlib.Pervasives
+Error (alert deprecated): module Stdlib.Pervasives
Use Stdlib instead.
If you need to stay compatible with OCaml < 4.07, you can use the
@@ -33,7 +33,7 @@ open Pervasives;;
Line 1, characters 5-15:
1 | open Pervasives;;
^^^^^^^^^^
-Error (warning 3): deprecated: module Stdlib.Pervasives
+Error (alert deprecated): module Stdlib.Pervasives
Use Stdlib instead.
If you need to stay compatible with OCaml < 4.07, you can use the