diff options
Diffstat (limited to 'testsuite/tests/typing-modules/Test.ml.reference')
-rw-r--r-- | testsuite/tests/typing-modules/Test.ml.reference | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typing-modules/Test.ml.reference b/testsuite/tests/typing-modules/Test.ml.reference index eebe307ed..8e993fa3a 100644 --- a/testsuite/tests/typing-modules/Test.ml.reference +++ b/testsuite/tests/typing-modules/Test.ml.reference @@ -28,4 +28,5 @@ Error: Signature mismatch: ^^^^^^^^^^ Error: This variant or record definition does not match that of type u The types for field X are not equal. +# module type S = sig exception Foo of bool end # |