Skip to content

Commit 88bfc2f

Browse files
committed
Update error annotations in ui-fulldeps tests that successfully compile
1 parent 8fc6f3f commit 88bfc2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui-fulldeps/lint-group-plugin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ignore-stage1
44

55
#![feature(plugin)]
6-
#![plugin(lint_group_plugin_test)]
6+
#![plugin(lint_group_plugin_test)] //~ WARNING use of deprecated attribute
77
#![allow(dead_code)]
88

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

src/test/ui-fulldeps/lint-plugin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// aux-build:lint-plugin-test.rs
33
// ignore-stage1
44
#![feature(plugin)]
5-
#![plugin(lint_plugin_test)]
5+
#![plugin(lint_plugin_test)] //~ WARNING use of deprecated attribute
66
#![allow(dead_code)]
77

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

0 commit comments

Comments
 (0)