From 1d7d7062fcfbe2ea389a20732287d3247985e289 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 31 Dec 2015 00:55:07 +0900 Subject: __t_printstr__ may not be available for tests --- test/assert.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/assert.rb') diff --git a/test/assert.rb b/test/assert.rb index ca3ebc887..e8368c64c 100644 --- a/test/assert.rb +++ b/test/assert.rb @@ -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 -- cgit v1.2.3