use method missing in resolve method

not just exit
try to print name next
This commit is contained in:
2019-09-15 15:13:11 +03:00
parent 7ee57f2b08
commit d913bb01de
14 changed files with 63 additions and 50 deletions

View File

@ -38,7 +38,7 @@ module Risc
end
def len
1476
1479
end
def test_collect_all_types
@ -70,7 +70,7 @@ module Risc
end
def len
2956
2959
end
end
end