Only 125 fails left in the integration tests.

This commit is contained in:
Dave Halter
2016-11-26 00:25:31 +01:00
parent bad1f85f8f
commit fe54285311
3 changed files with 19 additions and 16 deletions
+1 -2
View File
@@ -484,8 +484,7 @@ class Evaluator(object):
))
if tree.is_node(par, 'trailer') and par.children[0] == '.':
call = helpers.call_of_leaf(name, cut_own_trailer=True)
values = self.eval_element(context, call)
values = helpers.evaluate_call_of_leaf(context, name, cut_own_trailer=True)
return unite(
self.find_types(value, name, is_goto=True) for value in values
)