You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or wait, it was a feature :( So the question is whether to allow it or not. A void test function will be turned into a void! function implicitly. So the question is whether to keep that.
Or wait, it was a feature :( So the question is whether to allow it or not. A void test function will be turned into a void! function implicitly. So the question is whether to keep that.
You mean in user code it's possible to return errors implicitly, like this?
fnvoid!test_sub() @test {
some_call_with_error()!; // <<< proparages the error and the test fails?
}
The test case signature states and test runner checks the errors of running the test case:
But this test func absolutely normally runs:
The text was updated successfully, but these errors were encountered: