From 7f8a5408ff963f010df1aa91131c2409accbf5ee Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Mon, 16 Sep 2024 14:08:56 +0200 Subject: [PATCH] Use Astlib.Pprintast in test Signed-off-by: Patrick Ferris --- test/metaquot/test.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/metaquot/test.ml b/test/metaquot/test.ml index b33049e8..b50a8dd5 100644 --- a/test/metaquot/test.ml +++ b/test/metaquot/test.ml @@ -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{|