Skip to content

Commit

Permalink
draft3
Browse files Browse the repository at this point in the history
  • Loading branch information
lubegasimon committed Jun 30, 2021
1 parent 4070292 commit 3d026d1
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 1,662 deletions.
7 changes: 1 addition & 6 deletions test/generators/gen_rules_lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,7 @@ let diff_rule backend t =
Atom (Fpath.to_string t');
Atom (Fpath.to_string t' ^ ".gen");
];
];
List
[
Atom "enabled_if";
List [ Atom ">="; Atom "%{ocaml_version}"; Atom "4.10" ];
];
]
]

let diff_rules backend paths =
Expand Down
Loading

0 comments on commit 3d026d1

Please sign in to comment.