move expression tests to standard dir for guard

This commit is contained in:
Torsten Ruger
2017-01-03 22:18:41 +02:00
parent 3b0c5c00ce
commit 66f359a14f
11 changed files with 27 additions and 29 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 ((352 == objects.length) or (420 == objects.length)) , objects.length.to_s
end
end
end