libcore: Fix test issues harder
This commit is contained in:
parent
27576af73e
commit
470a301467
1 changed files with 1 additions and 1 deletions
|
@ -2234,7 +2234,7 @@ mod tests {
|
|||
assert (le(&"", &""));
|
||||
assert (le(&"", &"foo"));
|
||||
assert (le(&"foo", &"foo"));
|
||||
assert (!eq(&"foo", &"bar"));
|
||||
assert (!eq(&~"foo", &~"bar"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue