Skip to content

Commit 91578f0

Browse files
committed
Fix Ractor.main? test
1 parent bf756bc commit 91578f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/stdlib/Ractor_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ def test_main
4040

4141
def test_main?
4242
if_ruby("3.4"...) do
43-
# FIXME: 3.4.0-rc1 ships with a bug that returns Integer instead of bool
44-
assert_send_type "() -> boolish", Ractor, :main?
43+
assert_send_type "() -> bool", Ractor, :main?
4544
end
4645
end
4746

0 commit comments

Comments
 (0)