Fix last parfait bug

missing return statement (duh)
This commit is contained in:
2019-09-10 14:49:02 +03:00
parent f6bab0e633
commit 72643ebb08
7 changed files with 12 additions and 13 deletions

View File

@ -12,7 +12,7 @@ module Risc
def test_simple_collect
objects = Collector.collect_space(@linker)
assert_equal 564 , objects.length , objects.length.to_s
assert_equal 1564 , objects.length , objects.length.to_s
end
def test_collect_all_types
@ -59,7 +59,7 @@ module Risc
def test_simple_collect
objects = Collector.collect_space(@linker)
assert_equal 564, objects.length , objects.length.to_s
assert_equal 1564, objects.length , objects.length.to_s
end
def test_integer_positions