Skip to content

Commit b01a2d9

Browse files
committed
add test_warn to basic
1 parent d7f1314 commit b01a2d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/basic.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
@test true
2+
3+
foo() = @warn "This is a warning"
4+
@test_warn "This is a warning" foo()

0 commit comments

Comments
 (0)