1
Fork 0

Silence various warnings throughout test modules

This commit is contained in:
Alex Crichton 2013-05-27 18:04:00 -05:00
parent 8749cb59d8
commit b04c40bb1c
37 changed files with 166 additions and 170 deletions

View file

@ -1880,13 +1880,13 @@ mod tests {
]));
assert_eq!(result::unwrap(from_str(
~"{" +
~"\"a\": 1.0, " +
~"\"b\": [" +
~"true," +
~"\"foo\\nbar\", " +
~"{ \"c\": {\"d\": null} } " +
~"]" +
~"}")),
"\"a\": 1.0, " +
"\"b\": [" +
"true," +
"\"foo\\nbar\", " +
"{ \"c\": {\"d\": null} } " +
"]" +
"}")),
mk_object([
(~"a", Number(1.0f)),
(~"b", List(~[