minor naming and spaces

This commit is contained in:
Torsten Ruger
2018-07-27 10:46:22 +03:00
parent 776050fa70
commit 4839e0d245
5 changed files with 10 additions and 11 deletions

View File

@ -18,7 +18,7 @@ module Arm
assert_equal :r1 , @codes.left
end
def test_slot_right
assert_equal 8 , @codes.right
assert_equal 4 , @codes.right
end
def test_next_from
assert_equal :r1 , @codes.next.from.symbol