Skip to content

Commit

Permalink
remove debug pp
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Dec 5, 2024
1 parent a0b7fc8 commit f27eb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/test_lexer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ let rec expect s b = function
let test s spec =
let s = Str.global_replace (Str.regexp_string "\r") "" s in
let b = Lexing.from_string s in
Printf.eprintf "=============================\n";
(* Printf.eprintf "=============================\n"; *)
expect s b spec

let () =
Expand Down

0 comments on commit f27eb1e

Please sign in to comment.