Update ui tests for nightly-2018-03-26

This commit is contained in:
David Tolnay 2018-03-27 10:35:42 +02:00
parent 8083972ac2
commit 2311fb3e86
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,5 @@ error: expected expression, found `:`
13 | json!({ : true });
| ^ expected expression
error: aborting due to previous error

View File

@ -4,3 +4,5 @@ error: expected expression, found `,`
13 | json!({ "a" , "b": true });
| ^ expected expression
error: aborting due to previous error