We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f1314 commit b01a2d9Copy full SHA for b01a2d9
test/basic.jl
@@ -1 +1,4 @@
1
@test true
2
+
3
+foo() = @warn "This is a warning"
4
+@test_warn "This is a warning" foo()
0 commit comments