diff options
Diffstat (limited to 'testsuite/tests/let-syntax/let_syntax.ml')
-rw-r--r-- | testsuite/tests/let-syntax/let_syntax.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/let-syntax/let_syntax.ml b/testsuite/tests/let-syntax/let_syntax.ml index b8d6673ea1..9f19e0e4a1 100644 --- a/testsuite/tests/let-syntax/let_syntax.ml +++ b/testsuite/tests/let-syntax/let_syntax.ml @@ -134,7 +134,7 @@ val bind_map : int list = [8; 9; 10; 9; 10; 11; 10; 11; 12] module Let_unbound = struct end;; [%%expect{| -module Let_unbound : sig end +module Let_unbound : sig end |}];; let let_unbound = |