Fix grammar of the accepted feature warning.

This commit is contained in:
Huon Wilson 2014-08-29 18:03:13 +10:00
parent 8fe47bc3bb
commit b79930eeb9
2 changed files with 2 additions and 2 deletions

View file

@ -20,4 +20,4 @@
#![feature = "foo"] //~ ERROR: malformed feature
#![feature(test_removed_feature)] //~ ERROR: feature has been removed
#![feature(test_accepted_feature)] //~ WARNING: feature has added
#![feature(test_accepted_feature)] //~ WARNING: feature has been added