-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change various tests to use the new module
- Loading branch information
Showing
6 changed files
with
44 additions
and
113 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
8 changes: 4 additions & 4 deletions
8
ocaml/testsuite/tests/typing-layouts-float64/unboxed_floats.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 "unboxed_floats.ml", line 21, characters 22-28: | ||
21 | external to_float : float# -> (float[@local_opt]) = "%box_float" | ||
^^^^^^ | ||
Error: This construct requires the alpha version of the extension "layouts", which is disabled and cannot be used | ||
File "unboxed_floats.ml", line 74, characters 11-18: | ||
74 | type ('a : float64) t_float64 = 'a | ||
^^^^^^^ | ||
Error: Layout float64 is used here, but the appropriate layouts extension is not enabled |
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
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
8 changes: 4 additions & 4 deletions
8
ocaml/testsuite/tests/typing-layouts-float64/unboxed_floats_beta.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 "unboxed_floats_beta.ml", line 21, characters 22-28: | ||
21 | external to_float : float# -> (float[@local_opt]) = "%box_float" | ||
^^^^^^ | ||
Error: This construct requires the alpha version of the extension "layouts", which is disabled and cannot be used | ||
File "unboxed_floats_beta.ml", line 74, characters 11-18: | ||
74 | type ('a : float64) t_float64 = 'a | ||
^^^^^^^ | ||
Error: Layout float64 is used here, but the appropriate layouts extension is not enabled |
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