fix all tests for previous commit

This commit is contained in:
Torsten Ruger
2019-02-08 23:03:23 +02:00
parent 74b790250a
commit 37eeb81f45
71 changed files with 117 additions and 94 deletions

View File

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

View File

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

View File

@ -67,7 +67,7 @@ module Ruby
include RubyTests
def setup
Parfait.boot!
Parfait.boot!(Parfait.default_test_options)
end
def test_int_receiver