finish typing variables
This commit is contained in:
@ -34,8 +34,8 @@ class TestBasic < MiniTest::Test
|
||||
check
|
||||
end
|
||||
|
||||
def test_name
|
||||
@string_input = 'foo '
|
||||
def test_var
|
||||
@string_input = 'int foo '
|
||||
@output = "- Virtual::Return(:type => :int)"
|
||||
check
|
||||
end
|
||||
|
@ -5,7 +5,7 @@ module Virtual
|
||||
class TestFoo < MiniTest::Test
|
||||
include CodeChecker
|
||||
|
||||
def test_foo2
|
||||
def test_foo3
|
||||
@string_input = <<HERE
|
||||
field int a
|
||||
int foo(int x)
|
||||
|
Reference in New Issue
Block a user