Skip to content

Commit 5187cfe

Browse files
Enable one test.
1 parent d8681ba commit 5187cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fiber/test_io_close.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def with_socket_pair(&block)
99
UNIXSocket.pair(&block)
1010
end
1111

12-
def x_test_io_close_across_fibers
12+
def test_io_close_across_fibers
1313
with_socket_pair do |i, o|
1414
error = nil
1515

0 commit comments

Comments
 (0)