Skip to content

Commit e6c54e1

Browse files
committed
More fixes for test output
1 parent 5a9b2b3 commit e6c54e1

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

formatTest/typeCheckedTests/expected_output/comments.rei.4.07.0

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* **** comment */
22
/*** comment */
33
/** docstring */;
4+
[@reason.version 3.7];
5+
46
/* comment */
57
/** docstring */;
68
/*** comment */

formatTest/typeCheckedTests/expected_output/comments.rei.4.07.1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* **** comment */
22
/*** comment */
33
/** docstring */;
4+
[@reason.version 3.7];
5+
46
/* comment */
57
/** docstring */;
68
/*** comment */

formatTest/typeCheckedTests/expected_output/comments.rei.4.08.0

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/*** comment */
33
/** docstring */;
44
[@reason.version 3.7];
5+
56
/* comment */
67
/** docstring */;
78
/*** comment */

0 commit comments

Comments
 (0)