Skip to content

Commit

Permalink
bless ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Mar 19, 2019
1 parent 8a1e433 commit 12e476d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/rust-2018/uniform-paths/cross-crate.stderr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
error: cannot use a built-in attribute through an import
--> $DIR/cross-crate.rs:7:3
|
LL | #[built_in_attr]
LL | #[built_in_attr] //~ ERROR cannot use a built-in attribute through an import
| ^^^^^^^^^^^^^
|
note: the built-in attribute imported here
Expand All @@ -13,7 +13,7 @@ LL | use cross_crate::*;
error: cannot use a tool module through an import
--> $DIR/cross-crate.rs:8:3
|
LL | #[tool_mod::skip]
LL | #[tool_mod::skip] //~ ERROR cannot use a tool module through an import
| ^^^^^^^^
|
note: the tool module imported here
Expand Down

0 comments on commit 12e476d

Please sign in to comment.