define putting dummy to fix test

This commit is contained in:
Torsten Ruger 2015-10-14 15:08:42 +03:00
parent d899d542a4
commit 1ea34481c1

View File

@ -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()