probably
probably copied to clipboard
Make `check` work like `assert`
Currently, the check macro does not examine the predicate like the assert method does, so there is no useful debug information when a test fails.