diff options
Diffstat (limited to 'testsuite/tests/messages/precise_locations.ml')
-rw-r--r-- | testsuite/tests/messages/precise_locations.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/messages/precise_locations.ml b/testsuite/tests/messages/precise_locations.ml index d3f673b960..c204d46148 100644 --- a/testsuite/tests/messages/precise_locations.ml +++ b/testsuite/tests/messages/precise_locations.ml @@ -86,7 +86,7 @@ end);; Line _, characters 0-9: open List ^^^^^^^^^ -Error (warning 33): unused open List. +Error (warning 33): unused open Stdlib.List. |}];; type unknown += Foo;; |