Skip to content

Commit

Permalink
Toplevel: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Apr 7, 2018
1 parent 1dd4860 commit 56b23e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplevel/examples/lwt_toplevel_lib/ppx_enabled.ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Migrate_parsetree
let init () =
let module Converter =
Migrate_parsetree.Versions.Convert
(Migrate_parsetree.OCaml_405)
(Migrate_parsetree.OCaml_406)
(Migrate_parsetree.OCaml_current)
in
let mapper = Converter.copy_mapper Ppx_js.mapper in
Expand Down

0 comments on commit 56b23e5

Please sign in to comment.