This commit is contained in:
Torsten Ruger
2015-10-16 13:12:52 +03:00
parent 6f856315d7
commit 349352faa9
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ class Object
end
end
HERE
@expect = [[Virtual::MethodEnter,LoadConstant, GetSlot] , [Virtual::MethodReturn]]
@expect = [[Virtual::MethodEnter,LoadConstant, SetSlot,GetSlot] , [Virtual::MethodReturn]]
check
end