summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-short-paths/pr5918.ml.reference
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-short-paths/pr5918.ml.reference')
-rw-r--r--testsuite/tests/typing-short-paths/pr5918.ml.reference6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typing-short-paths/pr5918.ml.reference b/testsuite/tests/typing-short-paths/pr5918.ml.reference
new file mode 100644
index 0000000000..3364e16d29
--- /dev/null
+++ b/testsuite/tests/typing-short-paths/pr5918.ml.reference
@@ -0,0 +1,6 @@
+
+# Characters 82-92:
+ let _ = { a = () }
+ ^^^^^^^^^^
+Error: Some record fields are undefined: b
+#