Fix test for new error message.

This commit is contained in:
Sergio Benitez 2016-09-28 20:55:13 -07:00
parent 7544af6e6d
commit 85c06fde04
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
extern crate rocket;
#[route(FIX, "hello")] //~ ERROR FIX is not a valid HTTP method
#[route(FIX, "hello")] //~ ERROR is not a valid HTTP method
//~^ ERROR valid HTTP method
fn get() -> &'static str { "hi" }