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 9b65c95 commit 3272fefCopy full SHA for 3272fef
src/check.jl
@@ -44,7 +44,7 @@ function check(f; nowarn=Any[], kwargs...)
44
failed = true
45
end
46
47
- @assert !failed "One or more warnings occured inside functions tagged with `@should_not_warn or specified with `nowarn`"
+ @assert !failed "One or more warnings occured inside functions tagged with `@should_not_warn` or specified with `nowarn`"
48
result
49
50
0 commit comments