Fix broken tests

This commit is contained in:
James Miller
2013-07-07 10:59:27 +12:00
parent fb19205b1b
commit 1fd735d3c1
3 changed files with 9 additions and 9 deletions

View File

@@ -2272,7 +2272,7 @@ mod test {
let decl = ast::fn_decl {
inputs: ~[],
output: @ast::Ty {id: 0,
output: ast::Ty {id: 0,
node: ast::ty_nil,
span: codemap::dummy_sp()},
cf: ast::return_val