forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override assert_eq and assert_ne macros (rust-lang#821)
- Loading branch information
1 parent
3e7867f
commit b4b6736
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
a panicking function core::panicking::assert_failed is invoked: SUCCESS | ||
a panicking function core::panicking::assert_failed is invoked: FAILURE | ||
a panicking function core::panicking::assert_failed is invoked: SUCCESS | ||
line 15 assertion failed: x + 1 == y: SUCCESS | ||
line 16 assertion failed: x == y: FAILURE | ||
line 17 assertion failed: x != y: SUCCESS |