fix all tests

some had to be disabled
since stability is coming back more test are coming too
This commit is contained in:
Torsten Ruger
2015-07-02 10:26:48 +03:00
parent 3195d800e9
commit 9ca5ddf7c0
7 changed files with 35 additions and 31 deletions

View File

@ -129,7 +129,7 @@ module Parfait
class_for(MoveInstruction).new(value , self , :opcode => :mov)
end
def word_length
padded self.length + 1
padded self.length + 1
end
end
end