define putting dummy to fix test
This commit is contained in:
parent
d899d542a4
commit
1ea34481c1
@ -5,6 +5,11 @@ class TestPutint < MiniTest::Test
|
||||
|
||||
def test_putint
|
||||
@string_input = <<HERE
|
||||
class Integer
|
||||
int putint()
|
||||
return 1
|
||||
end
|
||||
end
|
||||
class Object
|
||||
int main()
|
||||
42.putint()
|
||||
|
Loading…
x
Reference in New Issue
Block a user