summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-warnings/pr7115.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-warnings/pr7115.ml')
-rw-r--r--testsuite/tests/typing-warnings/pr7115.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typing-warnings/pr7115.ml b/testsuite/tests/typing-warnings/pr7115.ml
index 139e9f362c..823f7fb0e3 100644
--- a/testsuite/tests/typing-warnings/pr7115.ml
+++ b/testsuite/tests/typing-warnings/pr7115.ml
@@ -45,6 +45,7 @@ Line 2, characters 24-25:
2 | module O = struct let x = 42 (* unused *) end
^
Warning 32 [unused-value-declaration]: unused value x.
+
Line 3, characters 2-8:
3 | open O (* unused open *)
^^^^^^