Skip to content

Commit 9736077

Browse files
committed
Skip runtime block generator test on 3.4-dev
1 parent 6ea40c4 commit 9736077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rbs/runtime_prototype_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def initialize: () -> void
389389
end
390390
end
391391

392-
if RUBY_VERSION >= '3.1'
392+
if RUBY_VERSION >= '3.1' && RUBY_VERSION <= "3.3"
393393
class TestForYield
394394
def m1() yield end
395395
def m2() yield 42 end

0 commit comments

Comments
 (0)