Skip to content

Commit 8e0cd6e

Browse files
committed
Remove old patch which should not be needed
1 parent 293c906 commit 8e0cd6e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/mri/tests/lib/test/unit.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -773,14 +773,7 @@ def failed(s)
773773
else
774774
color = @failed_color
775775
end
776-
begin
777-
msg = msg.split(/$/, 2)
778-
rescue
779-
msg.force_encoding('US-ASCII')
780-
p msg.bytes
781-
p msg
782-
msg = msg.split(/$/, 2)
783-
end
776+
msg = msg.split(/$/, 2)
784777
$stdout.printf("%s%s%3d) %s%s%s\n",
785778
sep, color, @report_count += 1,
786779
msg[0], @reset_color, msg[1])

0 commit comments

Comments
 (0)