Refresh the ui tests

This commit is contained in:
David Tolnay 2017-06-12 20:09:09 -07:00
parent 44b82efd4f
commit aca0df4ba7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
error: no field `s` on type `&'static str`
error[E0609]: no field `s` on type `&'static str`
--> $DIR/parse_key.rs:13:16
|
13 | json!({ "".s : true });

View File

@ -1,4 +1,4 @@
error: no rules expected the token `:`
error: expected expression, found `:`
--> $DIR/unexpected_colon.rs:13:13
|
13 | json!({ : true });

View File

@ -1,4 +1,4 @@
error: no rules expected the token `,`
error: expected expression, found `,`
--> $DIR/unexpected_comma.rs:13:17
|
13 | json!({ "a" , "b": true });