summaryrefslogtreecommitdiff
path: root/testsuite/tests/letrec-check/pr7231.ocaml.reference
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/letrec-check/pr7231.ocaml.reference')
-rw-r--r--testsuite/tests/letrec-check/pr7231.ocaml.reference1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/letrec-check/pr7231.ocaml.reference b/testsuite/tests/letrec-check/pr7231.ocaml.reference
index 5257588c72..5e370c5c83 100644
--- a/testsuite/tests/letrec-check/pr7231.ocaml.reference
+++ b/testsuite/tests/letrec-check/pr7231.ocaml.reference
@@ -2,6 +2,7 @@ Line 5, characters 58-64:
5 | let rec r = let rec x () = r and y () = x () in y () in r "oops";;
^^^^^^
Warning 20 [ignored-extra-argument]: this argument will not be used by the function.
+
Line 5, characters 12-52:
5 | let rec r = let rec x () = r and y () = x () in y () in r "oops";;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^