Fix UI test for latest nightly.

This commit is contained in:
Sergio Benitez 2018-03-04 13:34:30 -08:00
parent 987f2d6afa
commit 845b0470a6
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ error: expected `,`, found `<eof>`
--> $DIR/typed-uris-invalid-syntax.rs:15:10 --> $DIR/typed-uris-invalid-syntax.rs:15:10
| |
15 | uri!("/mount"); 15 | uri!("/mount");
| ^^^^^^^^ | ^^^^^^^^ expected `,`
error: expected identifier, found `<eof>` error: expected identifier, found `<eof>`
--> $DIR/typed-uris-invalid-syntax.rs:16:18 --> $DIR/typed-uris-invalid-syntax.rs:16:18
@ -60,7 +60,7 @@ error: expected expression, found `<eof>`
--> $DIR/typed-uris-invalid-syntax.rs:20:21 --> $DIR/typed-uris-invalid-syntax.rs:20:21
| |
20 | uri!(simple: id = ); 20 | uri!(simple: id = );
| ^ | ^ expected expression
error: aborting due to 10 previous errors error: aborting due to 10 previous errors