Skip to content

Commit 673f899

Browse files
committed
Skip prototype test that needs method source
1 parent 2b6f61d commit 673f899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/rbs/runtime_prototype_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ def m3() yield 42; yield 42, 43 end
370370
end
371371

372372
def test_for_yield
373+
omit "Ruby 3.4 uses Prism and needs migration" if RUBY_VERSION >= "3.4"
374+
373375
SignatureManager.new do |manager|
374376
manager.build do |env|
375377
p = Runtime.new(patterns: ["RBS::RuntimePrototypeTest::TestForYield"], env: env, merge: true)

0 commit comments

Comments
 (0)