Skip to content

Commit

Permalink
Fix assert message for parser_test when menhir fails
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Nov 25, 2024
1 parent ad1ffec commit decb9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test_Menhir.re
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let make_term_parse = (s: string) =>

let menhir_matches = (name: string, exp: Term.Exp.t, actual: string) =>
alco_check(
name ++ " matches expected type",
name ++ " menhir matches expected type",
exp,
Haz3lmenhir.Conversion.Exp.of_menhir_ast(
Haz3lmenhir.Interface.parse_program(actual),
Expand Down

0 comments on commit decb9ec

Please sign in to comment.