fix all tests for previous commit
This commit is contained in:
@ -3,14 +3,14 @@ require_relative "../helper"
|
||||
module Ruby
|
||||
module RubyTests
|
||||
def setup
|
||||
Parfait.boot!
|
||||
Parfait.boot!(Parfait.default_test_options)
|
||||
end
|
||||
def compile(input)
|
||||
RubyCompiler.compile(input)
|
||||
end
|
||||
|
||||
def ruby_to_vool(input)
|
||||
RubyXCompiler.new(input).ruby_to_vool
|
||||
FIXMERubyXCompiler.new(input).ruby_to_vool
|
||||
end
|
||||
|
||||
end
|
||||
|
@ -51,7 +51,7 @@ module Ruby
|
||||
include RubyTests
|
||||
|
||||
def setup
|
||||
Parfait.boot!
|
||||
Parfait.boot!(Parfait.default_test_options)
|
||||
end
|
||||
def compile_const( input )
|
||||
lst = compile( input )
|
||||
@ -83,7 +83,7 @@ module Ruby
|
||||
include RubyTests
|
||||
|
||||
def setup
|
||||
Parfait.boot!
|
||||
Parfait.boot!(Parfait.default_test_options)
|
||||
end
|
||||
def compile_const( input )
|
||||
lst = compile( input )
|
||||
|
@ -67,7 +67,7 @@ module Ruby
|
||||
include RubyTests
|
||||
|
||||
def setup
|
||||
Parfait.boot!
|
||||
Parfait.boot!(Parfait.default_test_options)
|
||||
end
|
||||
|
||||
def test_int_receiver
|
||||
|
Reference in New Issue
Block a user