Skip to content

Commit 752fe87

Browse files
committed
Make it possible to include test/definitions/... directly.
1 parent f16fcf4 commit 752fe87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/util.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## test helpers
22

3+
using Test
4+
35
# @test_throw, with additional testing for the exception message
46
macro test_throws_message(f, typ, ex...)
57
quote

0 commit comments

Comments
 (0)