Skip to content

Commit

Permalink
Tighten assertions on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Dec 14, 2024
1 parent 978e65e commit 5ecdfc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Test_Menhir.re
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ let box: Int = "malicious" in
if true && (23 < int_of_float(51.00))
then ______ else "its: " ++ box |},
),
menhir_doesnt_crash_test(
menhir_maketerm_equivalent_test(
"Altered Documentation Buffer: Types & Static Errors",
{|
let _ = unbound in
Expand Down Expand Up @@ -750,7 +750,7 @@ let _: [Int] = 1::[2.0] in
"BYE"
|},
),
menhir_doesnt_crash_test(
menhir_maketerm_equivalent_test(
"Altered Documentation Buffer: adt dynamics",
{|
type Exp =
Expand Down

0 comments on commit 5ecdfc6

Please sign in to comment.