1
Fork 0

auto merge of #7612 : thestinger/rust/utf8, r=huonw

This commit is contained in:
bors 2013-07-08 16:10:53 -07:00
commit 30c8aac677
2 changed files with 3 additions and 23 deletions

View file

@ -1744,7 +1744,7 @@ mod tests {
assert_eq!(v, 0.4e-01f);
}
#[test]
// FIXME: #7611: xfailed for now
fn test_read_str() {
assert_eq!(from_str("\""),
Err(Error {line: 1u, col: 2u, msg: @~"EOF while parsing string"