more work on send

This commit is contained in:
Torsten Ruger
2014-08-22 09:21:59 +03:00
parent 5b1e86da49
commit b305a56576
6 changed files with 21 additions and 16 deletions

View File

@ -10,10 +10,10 @@ class HelloTest < MiniTest::Test
puts Sof::Writer.write(expressions)
Virtual::Object.space.run_passes
puts ""
puts Sof::Writer.write(expressions)
# puts Sof::Writer.write(Virtual::Object.space)
end
def test_simplest_function
def qtest_simplest_function
@string_input = <<HERE
def foo(x)
5