at least its in shape to start debugging again (that must count as half full)
This commit is contained in:
@ -33,8 +33,8 @@ class TestRunner < MiniTest::Test
|
||||
|
||||
assembly = program.assemble(StringIO.new)
|
||||
|
||||
writer.set_text assembly
|
||||
writer.save("#{file}_test.o")
|
||||
writer.set_text assembly.string
|
||||
writer.save(file.gsub(".rb" , ".o"))
|
||||
|
||||
puts program.to_yaml
|
||||
end
|
||||
|
Reference in New Issue
Block a user