Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Oct 13, 2024
1 parent 2003c76 commit 5b82cae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Test_MakeTerm.re
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ open Haz3lcore;

let exp_typ = testable(Fmt.using(Exp.show, Fmt.string), Exp.fast_equal);

// TODO Assertion if it doesn't parse
let parse_exp = (s: string) =>
MakeTerm.from_zip_for_sem(Option.get(Printer.zipper_of_string(s))).term;
let exp_check = (expected, actual) =>
Expand Down

0 comments on commit 5b82cae

Please sign in to comment.