remove dead code

This commit is contained in:
Torsten Ruger
2018-03-18 10:50:37 +05:30
parent c5ec532616
commit be79388cc5
3 changed files with 3 additions and 10 deletions

View File

@ -7,7 +7,7 @@ module Vool
def setup
Risc.machine.boot
@ins = compile_first_method_flat( "a = 5; a.mod4")
@ins = compile_first_method( "a = 5; a.mod4")
end
def test_check_type
assert_equal NotSameCheck , @ins.next.class , @ins