Skip to content

Commit

Permalink
fix(std): export missing assertions in std.test
Browse files Browse the repository at this point in the history
I forgot to export the ordering assertion functions in my previous PR.
  • Loading branch information
Etherian authored Oct 21, 2019
1 parent 6d8ae5d commit 41f4fc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions std/test.glu
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,14 @@ rec let run_io test : TestEffIO r a -> IO () =
group,

assert,

assert_eq,
assert_neq,
assert_lt,
assert_lte,
assert_gt,
assert_gte,

assert_ok,
assert_err,
assert_success,
Expand Down

0 comments on commit 41f4fc5

Please sign in to comment.