From 845b0470a63528ed6acafe99c82f13c7ac706499 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 4 Mar 2018 13:34:30 -0800 Subject: [PATCH] Fix UI test for latest nightly. --- codegen/tests/ui/typed-uris-invalid-syntax.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen/tests/ui/typed-uris-invalid-syntax.stderr b/codegen/tests/ui/typed-uris-invalid-syntax.stderr index 7303651f..c354a450 100644 --- a/codegen/tests/ui/typed-uris-invalid-syntax.stderr +++ b/codegen/tests/ui/typed-uris-invalid-syntax.stderr @@ -26,7 +26,7 @@ error: expected `,`, found `` --> $DIR/typed-uris-invalid-syntax.rs:15:10 | 15 | uri!("/mount"); - | ^^^^^^^^ + | ^^^^^^^^ expected `,` error: expected identifier, found `` --> $DIR/typed-uris-invalid-syntax.rs:16:18 @@ -60,7 +60,7 @@ error: expected expression, found `` --> $DIR/typed-uris-invalid-syntax.rs:20:21 | 20 | uri!(simple: id = ); - | ^ + | ^ expected expression error: aborting due to 10 previous errors