auto merge of #7612 : thestinger/rust/utf8, r=huonw
This commit is contained in:
commit
30c8aac677
2 changed files with 3 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue