1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Don't describe C function that does not exist in prior versions.

This commit is contained in:
Samuel Williams 2021-09-20 20:50:57 +12:00
parent 649c87bd86
commit 4730a1e0ec
Notes: git 2021-09-20 19:07:57 +09:00

View file

@ -49,8 +49,8 @@ describe "C-API Fiber function" do
end
end
describe "rb_fiber_raise" do
ruby_version_is '3.1' do
ruby_version_is '3.1' do
describe "rb_fiber_raise" do
it "raises an exception on the resumed fiber" do
fiber = Fiber.new do
begin