minor send fixes

This commit is contained in:
Torsten Ruger
2015-09-27 19:07:56 +03:00
parent 3e46dcda4e
commit eb57eb4d41
5 changed files with 4 additions and 4 deletions

View File

@ -64,6 +64,7 @@ class TestPuts < MiniTest::Test
"GetSlot" , "RegisterTransfer" ,"GetSlot" , "GetSlot","GetSlot",
"FunctionReturn" , "RegisterTransfer" , "Syscall" , "NilClass"].each_with_index do |name , index|
got = ticks(1)
#puts "TICK #{index}"
assert got.class.name.index(name) , "Wrong class for #{index+1}, expect #{name} , got #{got}"
end
end