Skip to content

Commit a8e4ba0

Browse files
committed
Skip AbstractSyntaxTree.of test
1 parent 9736077 commit a8e4ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/stdlib/RubyVM_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def test_parse_file
1616
end
1717

1818
def test_of
19+
return if RUBY_VERSION >= "3.4.0"
1920
assert_send_type "(::Proc | ::Method | ::UnboundMethod body, ?keep_script_lines: bool, ?error_tolerant: bool, ?keep_tokens: bool) -> ::RubyVM::AbstractSyntaxTree::Node?",
2021
RubyVM::AbstractSyntaxTree, :of, method(:test_of)
2122
end

0 commit comments

Comments
 (0)