libcore: Fix test issues harder

This commit is contained in:
Patrick Walton 2012-08-30 11:02:13 -07:00
parent 27576af73e
commit 470a301467

View File

@ -2234,7 +2234,7 @@ mod tests {
assert (le(&"", &""));
assert (le(&"", &"foo"));
assert (le(&"foo", &"foo"));
assert (!eq(&"foo", &"bar"));
assert (!eq(&~"foo", &~"bar"));
}
#[test]