Skip to content

Commit

Permalink
Fix module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Oct 3, 2024
1 parent 92a0eb9 commit 518a339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Test_Evaluator.re
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let type_of = f => {
};

let int_evaluation =
Evaluator.evaluate(Builtins.env_init, {d: Exp.Int(8) |> Exp.fresh});
Evaluator.evaluate(Builtins.env_init, {d: Int(8) |> Exp.fresh});

let evaluation_test = (msg, expected, unevaluated) =>
check(
Expand Down

0 comments on commit 518a339

Please sign in to comment.