misc to_s and small fixes

This commit is contained in:
Torsten Ruger
2018-07-04 08:28:29 +03:00
parent 8b9fd29ce9
commit 6f936f190d
13 changed files with 46 additions and 21 deletions

View File

@ -14,7 +14,7 @@ module RubyX
assert_equal Risc::Linker , @linker.class
end
def test_method
assert_equal :main , @linker.assemblers.last.method.name
assert_equal :main , @linker.assemblers.first.method.name
end
end
end