From 993b85c875e7736e33c596aeeec86963013a28e8 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Mon, 18 Mar 2024 12:25:04 +0100 Subject: [PATCH] Remove unnecessary migration in ocaml-ppx-context test Signed-off-by: Nathan Rebours --- test/driver/ocaml-ppx-context-load-path-migration/driver.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/driver/ocaml-ppx-context-load-path-migration/driver.ml b/test/driver/ocaml-ppx-context-load-path-migration/driver.ml index 048d91bb..da781e21 100644 --- a/test/driver/ocaml-ppx-context-load-path-migration/driver.ml +++ b/test/driver/ocaml-ppx-context-load-path-migration/driver.ml @@ -86,7 +86,7 @@ let impl _ctxt str = let round_trip = Before_502_to_ocaml.copy_structure_item ppx_context in Printf.printf "ocaml.ppx.context round tripped:\n"; Ocaml_common.Pprintast.structure_item Format.std_formatter round_trip; - From_before_502.copy_structure before_502_ast + str let () = Ppxlib.Driver.V2.register_transformation ~impl "ocaml.ppx.context-test" let () = Ppxlib.Driver.standalone ()