Skip to content

Commit 86e4a96

Browse files
hsbtbyroot
andauthored
/cc @byroot Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
1 parent c369802 commit 86e4a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stringio/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_ractor
1111
require "stringio"
1212
$VERBOSE = nil
1313
r = Ractor.new do
14-
io = StringIO.new("")
14+
io = StringIO.new(+"")
1515
io.puts "abc"
1616
io.truncate(0)
1717
io.puts "def"

0 commit comments

Comments
 (0)