Skip to content

Commit aaeb5ce

Browse files
committed
RubyVM is implementation dependent
1 parent 9f47234 commit aaeb5ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/rdoc/test_rdoc_parser_c.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def test_known_classes
106106
case name
107107
when "Refinement"
108108
next unless defined?(Refinement)
109+
when "RubyVM"
110+
next unless defined?(RubyVM)
109111
when "Bignum", "Fixnum", "Data", "Socket", /\A(?![A-Z])/
110112
next
111113
end

0 commit comments

Comments
 (0)