rebooting tests for small compiles
This commit is contained in:
@ -71,10 +71,6 @@ module Virtual
|
||||
@codes.inject(0){|count , instruction| count += instruction.byte_length }
|
||||
end
|
||||
|
||||
def to_s
|
||||
Sof.write(self)
|
||||
end
|
||||
|
||||
private
|
||||
# helper for determining reachable blocks
|
||||
def add_next ret
|
||||
|
@ -9,9 +9,6 @@ module Virtual
|
||||
# instructions, thus defining a minimal set of instructions needed to implement oo.
|
||||
|
||||
class Instruction
|
||||
def to_s
|
||||
Sof.write(self)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
@ -128,13 +128,6 @@ module Parfait
|
||||
old_length = old_length - 1
|
||||
end
|
||||
end
|
||||
|
||||
def to_s
|
||||
Sof.write(self)
|
||||
end
|
||||
def inspect
|
||||
to_s
|
||||
end
|
||||
end
|
||||
class List
|
||||
def to_sof_node(writer , level , ref )
|
||||
|
Reference in New Issue
Block a user