start new elf testing category (and minors)

This commit is contained in:
Torsten Ruger
2015-10-13 17:30:39 +03:00
parent f506f95cbf
commit 5122137a33
7 changed files with 8 additions and 3 deletions

View File

@ -96,6 +96,7 @@ module Parfait
def internal_object_set(index , value)
raise "failed init for #{self.class}" unless @memory
@memory[index] = value
value
end
def internal_object_grow(length)
old_length = internal_object_length()