__t_printstr__ may not be available for tests

parent 3531fe17
......@@ -10,7 +10,7 @@ def t_print(*args)
len = args.size
while i < len
str = args[i].to_s
__t_printstr__ str
__t_printstr__ str rescue print str
i += 1
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment