small rename

This commit is contained in:
Torsten Ruger
2017-01-14 19:52:16 +02:00
parent bd78a2d555
commit 01fe3b4b04
5 changed files with 12 additions and 12 deletions

View File

@ -5,7 +5,7 @@ module Register
def test_simple_collect
Machine.new.boot
objects = Register::Collector.collect_space
assert ((352 == objects.length) or (419 == objects.length)) , objects.length.to_s
assert ((350 < objects.length) or (430 > objects.length)) , objects.length.to_s
end
end
end