small fixes to make tests pass again

This commit is contained in:
Torsten Ruger
2015-10-07 10:04:55 +03:00
parent cc89e49a43
commit af6366f2d1
3 changed files with 9 additions and 7 deletions

View File

@ -7,6 +7,7 @@ class TestIf < MiniTest::Test
@string_input = <<HERE
class Object
int main()
int n = 10
if( n < 12)
3
else