fix all test

and thus all green, two weeks of side branch positioning  done
(luckily not on arm, but interpreter)
This commit is contained in:
Torsten Ruger
2018-05-25 20:40:39 +03:00
parent c0cd1e0740
commit 1c09d4202f
25 changed files with 348 additions and 326 deletions

View File

@ -18,7 +18,7 @@ class TestZeroCode < MiniTest::Test
def pest_empty_translate
assert_equal 2 , @space.get_all_methods.length
@machine.translate_arm
@machine.translate(:arm)
writer = Elf::ObjectWriter.new(@machine , @objects )
writer.save "test/zero.o"
end