Skip to content

Commit

Permalink
Use Astlib.Pprintast in test
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Ferris <[email protected]>
  • Loading branch information
patricoferris committed Sep 16, 2024
1 parent e9c9c83 commit 7f8a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metaquot/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ let _ =
let e = [%expr fun z -> x + y + z] in
let f = [%expr fun y -> [%e e]] in
let func = [%expr fun x -> [%e f]] in
Format.asprintf "%a" Pprintast.expression func
Format.asprintf "%a" Astlib.Pprintast.expression func


[%%expect{|
Expand Down

0 comments on commit 7f8a540

Please sign in to comment.