-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
testsuite/tests/typing-layouts-products/parsing_inline_unboxed_record.compilers.reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
File "parsing_inline_unboxed_record.ml", line 11, characters 22-24: | ||
11 | type variant = Foo of #{ x : string } | ||
File "parsing_inline_unboxed_record.ml", line 10, characters 22-24: | ||
10 | type variant = Foo of #{ x : string } | ||
^^ | ||
Error: Syntax error |
4 changes: 2 additions & 2 deletions
4
...suite/tests/typing-layouts-products/parsing_module_dot_unboxed_record.compilers.reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
File "parsing_module_dot_unboxed_record.ml", line 15, characters 11-12: | ||
15 | let t = M.#{ i = 1 } | ||
File "parsing_module_dot_unboxed_record.ml", line 14, characters 11-12: | ||
14 | let t = M.#{ i = 1 } | ||
^ | ||
Error: Syntax error |