File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,12 @@ Test html
183
183
TestTools: main_test
184
184
Run$: flag(tests) && flag(ppx)
185
185
186
- Test html_fail
187
- Command: ocamlbuild -use-ocamlfind test/html_fail.stamp
188
- TestTools: main_test
189
- Run$: flag(tests) && flag(ppx)
186
+ ## This test is disabled as it can't run on both 4.03 and 4.02
187
+ ## Curent oasis doesn't allow to restrict the version just for this test.
188
+ # Test html_fail
189
+ # Command: ocamlbuild -use-ocamlfind test/html_fail.stamp
190
+ # TestTools: main_test
191
+ # Run$: flag(tests) && flag(ppx)
190
192
191
193
## Examples
192
194
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Error: This expression has type
7
7
but an expression was expected of type
8
8
([< Html_types.div_content_fun ] as 'd) Tyxml.Html.elt =
9
9
'd Tyxml_html.elt
10
- Type 'a is not compatible with type
10
+ Type [> `A of 'b ] as 'a is not compatible with type
11
11
'd =
12
12
[< `A of Html_types.flow5_without_interactive
13
13
| `Abbr
@@ -92,7 +92,7 @@ Error: This expression has type
92
92
| `Video of Html_types.flow5_without_media
93
93
| `Video_interactive of Html_types.flow5_without_media
94
94
| `Wbr ]
95
- Type 'b is not compatible with type
95
+ Type [> `A of 'c ] as 'b is not compatible with type
96
96
Html_types.flow5_without_interactive =
97
97
[ `Abbr
98
98
| `Address
You can’t perform that action at this time.
0 commit comments