Skip to content

Commit

Permalink
Fix missing variable loc (for metaquot)
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-martinez committed Sep 20, 2019
1 parent 2b844cb commit 5b223a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src_test/api/test_api.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ let string_of_tyvar tyvar =
#endif

let test_free_vars ctxt =
let loc = !Ast_helper.default_loc in
let free_vars = Ppx_deriving.free_vars_in_core_type in
let (!!) li = List.map string_of_tyvar li in
let printer li =
Expand Down

0 comments on commit 5b223a2

Please sign in to comment.