Skip to content

Commit

Permalink
Update error annotations in ui-fulldeps tests that successfully compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Oct 28, 2019
1 parent 8fc6f3f commit 88bfc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui-fulldeps/lint-group-plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ignore-stage1

#![feature(plugin)]
#![plugin(lint_group_plugin_test)]
#![plugin(lint_group_plugin_test)] //~ WARNING use of deprecated attribute
#![allow(dead_code)]

fn lintme() { } //~ WARNING item is named 'lintme'
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui-fulldeps/lint-plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// aux-build:lint-plugin-test.rs
// ignore-stage1
#![feature(plugin)]
#![plugin(lint_plugin_test)]
#![plugin(lint_plugin_test)] //~ WARNING use of deprecated attribute
#![allow(dead_code)]

fn lintme() { } //~ WARNING item is named 'lintme'
Expand Down

0 comments on commit 88bfc2f

Please sign in to comment.