summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_yjit.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_yjit.rb b/test/ruby/test_yjit.rb
index 9cb727eae1..2b7d5523df 100644
--- a/test/ruby/test_yjit.rb
+++ b/test/ruby/test_yjit.rb
@@ -408,6 +408,8 @@ class TestYJIT < Test::Unit::TestCase
end
def test_invokebuiltin
+ skip "Struct's getter/setter doesn't use invokebuiltin and YJIT doesn't support new logic"
+
assert_compiles(<<~RUBY)
def foo(obj)
obj.foo = 123