We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a @test_throws, and in 0.6 there will be @test_warn and @test_nowarn. To complete the picture, shouldn't there be a @test_nothrow as well?
@test_throws
@test_warn
@test_nowarn
@test_nothrow
The text was updated successfully, but these errors were encountered:
Dup of #18780
Sorry, something went wrong.
No branches or pull requests
There is a
@test_throws
, and in 0.6 there will be@test_warn
and@test_nowarn
.To complete the picture, shouldn't there be a
@test_nothrow
as well?The text was updated successfully, but these errors were encountered: