using the proper entry point in the test..

This commit is contained in:
Lesenechal Remi 2019-10-18 14:42:36 +02:00
parent 080b25a3bd
commit 85fe8d2018

View File

@ -594,7 +594,7 @@ let condition () : unit result =
in
let%bind _ =
let make_expected = fun b -> e_int (if b then 42 else 1) in
expect_eq_b program "main" make_expected
expect_eq_b program "foo" make_expected
in
ok ()