Split should_fail
tests to tests that don't compile and tests that compile but revert
#2367
Labels
should_fail
tests to tests that don't compile and tests that compile but revert
#2367
We could split
should_fail
tests into:If we have a folder structure like this it could be a little easier to understand the output of the test suite. Currently reviewing the output of the test suite one can think that the
should_fail/x
test is passing incorrectly as it does not print some kind of failure message if it is a reverting test case.The text was updated successfully, but these errors were encountered: