From 494b643b84826b1030b63fa1c224e52842a76e4b Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Wed, 23 Apr 2003 12:03:07 +0000 Subject: [PATCH] patch --- helm/ocaml/mathql_test/mqitop.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/ocaml/mathql_test/mqitop.ml b/helm/ocaml/mathql_test/mqitop.ml index fc206c68d..6031fedf2 100644 --- a/helm/ocaml/mathql_test/mqitop.ml +++ b/helm/ocaml/mathql_test/mqitop.ml @@ -13,6 +13,7 @@ let _ = let rec aux () = let t = X.start_time () in let r = I.execute flags (U.query_of_text ich) in + U.text_of_result print_string r "\n"; Printf.printf "mqitop: query: %s,%i\n" (X.stop_time t) (List.length r); flush stdout; aux() -- 2.39.2