small things
This commit is contained in:
@ -14,6 +14,7 @@ class HelloTest < MiniTest::Test
|
||||
|
||||
def test_string_put
|
||||
@input = s(:statements, s(:class, :Object, s(:derives, nil), s(:statements, s(:function, :Integer, s(:name, :main), s(:parameters), s(:statements, s(:return, s(:call, s(:name, :putstring), s(:arguments), s(:receiver, s(:string, "Hello again\\n")))))))))
|
||||
check
|
||||
#FIXME: some more assembly tests need to get to the bottom of this one
|
||||
# check
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user