fix remaining tests
rename ripples
This commit is contained in:
@ -18,7 +18,7 @@ module Elf
|
||||
in_space("def main(arg);#{input};end")
|
||||
end
|
||||
def check(input, file)
|
||||
Vool::RubyXCompiler.ruby_to_binary( input )
|
||||
RubyX::RubyXCompiler.ruby_to_binary( input )
|
||||
writer = Elf::ObjectWriter.new(Risc.machine)
|
||||
writer.save "test/#{file}.o"
|
||||
end
|
||||
|
Reference in New Issue
Block a user