syntax: Fix fun_to_str test

This commit is contained in:
Zack Corr 2013-03-16 17:36:39 +10:00
parent 4f238503d8
commit d597a19b30

View file

@ -2259,7 +2259,7 @@ pub mod test {
cf: ast::return_val
};
let generics = ast_util::empty_generics();
check_equal (&fun_to_str(&decl, abba_ident, &generics, mock_interner),
check_equal (&fun_to_str(&decl, abba_ident, None, &generics, mock_interner),
&~"fn abba()");
}