File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ module Context : sig
75
75
val psig_extension : signature_item t
76
76
val rtag : row_field t
77
77
val object_type_field : object_field t
78
-
79
78
val equal : 'a t -> 'b t -> bool
80
79
end
81
80
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module Rule : sig
72
72
(ctxt :Expansion_context.Base .t -> 'a -> 'b -> 'a ) ->
73
73
t
74
74
75
- val attr_multiple_replace :
75
+ val attr_multiple_replace :
76
76
string ->
77
77
'a Extension.Context .t ->
78
78
('a , 'list ) Attribute_list .t ->
Original file line number Diff line number Diff line change 16
16
(run ./ppx_attr_replace.exe test.ml))))
17
17
18
18
(rule
19
+ (enabled_if
20
+ (>= %{ocaml_version} "4.10.0"))
19
21
(alias runtest)
20
22
(action
21
23
(diff test.ml.expected test.ml.actual)))
You can’t perform that action at this time.
0 commit comments