finally fixes the builder
This commit is contained in:
@ -14,7 +14,7 @@ module Risc
|
||||
end
|
||||
def test_allocate_returns
|
||||
int = @builder.allocate_int
|
||||
assert_equal :integer_tmp , int.symbol
|
||||
assert int.symbol.to_s.split(".").first.start_with?("id_")
|
||||
end
|
||||
def test_allocate_len
|
||||
int = @builder.allocate_int
|
||||
|
Reference in New Issue
Block a user