bit more cleaning of testing

This commit is contained in:
Torsten Ruger
2015-10-16 18:34:54 +03:00
parent aaaef6e3d7
commit dc3920580b
6 changed files with 10 additions and 13 deletions

View File

@ -123,11 +123,6 @@ module Parfait
"'" + to_s + "'"
end
#below here is OLD, DUBIOUS and needs to be checked TODO
def result= value
raise "called"
class_for(MoveInstruction).new(value , self , :opcode => :mov)
end
def word_length
padded self.length
end