Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmartin2 committed Mar 28, 2016
1 parent 994323b commit c2a81b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mod tests {
#[test]
fn methods() {
fn handler(_: &mut Request) -> IronResult<Response> {Ok(Response::new())}
let _ = router!("/" => handler
"/foo" => handler);
let _ = mount!("/" => handler
"/foo" => handler);
}
}

0 comments on commit c2a81b7

Please sign in to comment.