remove some debug

This commit is contained in:
Torsten Ruger
2015-06-30 10:22:54 +03:00
parent 7e9b940890
commit b9e2d4dd21
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ class HelloTest < MiniTest::Test
output_at = "Register::CallImplementation"
#{}"Register::CallImplementation"
machine.run_before output_at
puts Sof.write(machine.space)
#puts Sof.write(machine.space)
machine.run_after output_at
writer = Elf::ObjectWriter.new(machine)
writer.save "hello.o"