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:
parent
649c87bd86
commit
4730a1e0ec
Notes:
git
2021-09-20 19:07:57 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue