Update ui tests for error message deduplication.

This commit is contained in:
Michael Woerister 2017-10-25 15:02:41 +02:00
parent 621d6f0f6d
commit 9736474b6c

View file

@ -4,12 +4,6 @@ error: unexpected generic arguments in path
20 | m!(MyTrait<>);
| ^^^^^^^^^
error: unexpected generic arguments in path
--> $DIR/macro-ty-params.rs:20:8
|
20 | m!(MyTrait<>);
| ^^^^^^^^^
error: generic arguments in macro path
--> $DIR/macro-ty-params.rs:18:8
|