summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-warnings/pr7261.compilers.reference
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-warnings/pr7261.compilers.reference')
-rw-r--r--testsuite/tests/typing-warnings/pr7261.compilers.reference1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typing-warnings/pr7261.compilers.reference b/testsuite/tests/typing-warnings/pr7261.compilers.reference
index 57b4173004..03127652cf 100644
--- a/testsuite/tests/typing-warnings/pr7261.compilers.reference
+++ b/testsuite/tests/typing-warnings/pr7261.compilers.reference
@@ -6,5 +6,6 @@ Line 2, characters 35-49:
2 | Foo: 'b * 'b -> foo constraint 'b = [> `Bla ];;
^^^^^^^^^^^^^^
Warning 62 [constraint-on-gadt]: Type constraints do not apply to GADT cases of variant types.
+
type foo = Foo : 'b * 'b -> foo