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
The assert_one_fails and assert_fails are almost always used to test for SMT failures. However, they will allow the test to pass if there's a 'mismatched type' error on the line marked 'FAILS'. This makes it easy to accidentally write a broken test case that doesn't test the intended thing.
The text was updated successfully, but these errors were encountered:
The
assert_one_fails
andassert_fails
are almost always used to test for SMT failures. However, they will allow the test to pass if there's a 'mismatched type' error on the line marked 'FAILS'. This makes it easy to accidentally write a broken test case that doesn't test the intended thing.The text was updated successfully, but these errors were encountered: