Quite small amount of parfait tests needed changing after that

But something is amiss anyway, especially dynamic jumps
This commit is contained in:
2019-09-09 20:29:18 +03:00
parent 81e3c0c270
commit d82cedf4c0
5 changed files with 7 additions and 14 deletions

View File

@ -5,7 +5,7 @@ module Parfait
def setup
super
@types = @space.instance_variable_ged("@types")
@types = @space.types
@first = @types.values.first
end