lit
lit copied to clipboard
Unit test failures do not actually panic to trigger failure
Currently, if a unit test fails, we print FAIL :: my/test/path.ext
, but the #[test]
still passes.