Update ui tests for nightly-2018-03-03

This commit is contained in:
David Tolnay
2018-03-03 19:50:31 -08:00
parent f2c385fed7
commit aa63c9302d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ error: expected expression, found `:`
--> $DIR/unexpected_colon.rs:13:13
|
13 | json!({ : true });
| ^
| ^ expected expression

View File

@@ -2,5 +2,5 @@ error: expected expression, found `,`
--> $DIR/unexpected_comma.rs:13:17
|
13 | json!({ "a" , "b": true });
| ^
| ^ expected expression