Skip to content

Commit 470a301

Browse files
committed
libcore: Fix test issues harder
1 parent 27576af commit 470a301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ mod tests {
22342234
assert (le(&"", &""));
22352235
assert (le(&"", &"foo"));
22362236
assert (le(&"foo", &"foo"));
2237-
assert (!eq(&"foo", &"bar"));
2237+
assert (!eq(&~"foo", &~"bar"));
22382238
}
22392239

22402240
#[test]

0 commit comments

Comments
 (0)