mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Improved test output for liballoc/str
This commit is contained in:
parent
70d1150478
commit
9445f2bf71
@ -7,7 +7,7 @@ fn test_le() {
|
||||
assert!("" <= "");
|
||||
assert!("" <= "foo");
|
||||
assert!("foo" <= "foo");
|
||||
assert!("foo" != "bar");
|
||||
assert_ne!("foo", "bar");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user