clean up test option handling

This commit is contained in:
Torsten Ruger
2019-03-04 10:24:08 +02:00
parent 0a75e8c3ba
commit fb89c01681
5 changed files with 16 additions and 8 deletions

View File

@ -30,6 +30,7 @@ module RubyX
def self.interpreter_test_options
{
parfait: Parfait.interpreter_test_options,
load_parfait: false ,
platform: :interpreter
}
end