Skip to content

Commit 1d7d706

Browse files
committed
__t_printstr__ may not be available for tests
1 parent 3531fe1 commit 1d7d706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/assert.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def t_print(*args)
1010
len = args.size
1111
while i < len
1212
str = args[i].to_s
13-
__t_printstr__ str
13+
__t_printstr__ str rescue print str
1414
i += 1
1515
end
1616
end

0 commit comments

Comments
 (0)