use real type in register, not symbol
this has some more consequences, upcoming
This commit is contained in:
@ -20,7 +20,7 @@ module Risc
|
||||
|
||||
def test_frame_load
|
||||
produced = produce_body
|
||||
assert_equal :Message , produced.next(1).array.type
|
||||
assert_equal :Message , produced.next(1).array.type.class_name
|
||||
assert_equal 3 , produced.next(1).index # 3 is frame
|
||||
end
|
||||
def test_value_load
|
||||
|
@ -20,7 +20,7 @@ module Risc
|
||||
|
||||
def test_frame_load
|
||||
produced = produce_body
|
||||
assert_equal :Message , produced.next(1).array.type
|
||||
assert_equal :Message , produced.next(1).array.type.class_name
|
||||
assert_equal 3 , produced.next(1).index # 4 is frame
|
||||
end
|
||||
def test_value_load
|
||||
|
Reference in New Issue
Block a user