no-ops really

This commit is contained in:
Torsten Ruger
2018-05-23 18:06:55 +03:00
parent a2e7d7c469
commit f5d1090c39
7 changed files with 23 additions and 18 deletions

View File

@ -25,7 +25,7 @@ module Risc
@translator = IdentityTranslator.new
end
def test_translate_label
def test_translate_first_label
label = Parfait.object_space.get_main.risc_instructions
assert_equal "Space_Type.main" ,label.to_cpu(@translator).name , label
end