summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/w55.native.reference
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/w55.native.reference')
-rw-r--r--testsuite/tests/warnings/w55.native.reference5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/w55.native.reference b/testsuite/tests/warnings/w55.native.reference
index d701efcb87..63f7fd7a91 100644
--- a/testsuite/tests/warnings/w55.native.reference
+++ b/testsuite/tests/warnings/w55.native.reference
@@ -2,22 +2,27 @@ File "w55.ml", line 25, characters 10-26:
25 | let g x = (f [@inlined]) x
^^^^^^^^^^^^^^^^
Warning 55 [inlining-impossible]: Cannot inline: Function information unavailable
+
File "w55.ml", line 29, characters 10-27:
29 | let i x = (!r [@inlined]) x
^^^^^^^^^^^^^^^^^
Warning 55 [inlining-impossible]: Cannot inline: Unknown function
+
File "w55.ml", line 33, characters 10-26:
33 | let h x = (j [@inlined]) x
^^^^^^^^^^^^^^^^
Warning 55 [inlining-impossible]: Cannot inline: Partial application
+
File "w55.ml", line 39, characters 12-30:
39 | let b x y = (a [@inlined]) x y
^^^^^^^^^^^^^^^^^^
Warning 55 [inlining-impossible]: Cannot inline: Over-application
+
File "w55.ml", line 39, characters 12-30:
39 | let b x y = (a [@inlined]) x y
^^^^^^^^^^^^^^^^^^
Warning 55 [inlining-impossible]: Cannot inline: Function information unavailable
+
File "w55.ml", line 42, characters 10-26:
42 | let d x = (c [@inlined]) x
^^^^^^^^^^^^^^^^