compiler test back up

This commit is contained in:
Torsten Ruger
2015-09-20 17:33:05 +03:00
parent 5f628744d6
commit b1cab4f395
9 changed files with 88 additions and 73 deletions

View File

@@ -46,8 +46,8 @@ class TestBasic < MiniTest::Test
check
end
def test_instance_variable
@string_input = '@foo_bar '
def ttest_field
@string_input = 'self.foo_bar '
@output = "- Virtual::Return(:type => Virtual::Unknown)"
check
end