remove dead code that was produced

This commit is contained in:
2019-09-17 16:08:49 +03:00
parent 61819b7230
commit d58ed8e5e8
5 changed files with 24 additions and 64 deletions

View File

@ -28,7 +28,7 @@ GET
assert_equal Mom::MethodMissing , compiler.mom_instructions.next.class
end
def test_risc
assert_equal 21 , compiler.to_risc.risc_instructions.length
assert_equal 14 , compiler.to_risc.risc_instructions.length
end
end
end