Fix failing unit tests related to recent renaming of function to Function

This commit is contained in:
Jason Turner
2011-04-26 10:17:24 -06:00
parent 61b8481514
commit e5f9dbb93b
3 changed files with 20 additions and 9 deletions

View File

@@ -8,4 +8,4 @@ assert_equal(get_arity.get_param_types().size(), 2);
var paramtypes = get_arity.get_param_types();
assert_equal(true, paramtypes[1].bare_equal(function_type));
assert_equal(true, paramtypes[1].bare_equal(Function_type));