diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-07-11 13:38:24 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-07-11 13:43:15 +0900 |
commit | da21a2c388852205e325b71b6400b7dd351146bb (patch) | |
tree | 336e9d75f166fc21e9787764def28c67169af07e /test/rdoc/test_rdoc_parser_c.rb | |
parent | b564ef3698a76cabeb41b3085fab1258ac07c8cb (diff) |
[ruby/rdoc] `RubyVM` is implementation dependent
https://github.com/ruby/rdoc/commit/aaeb5ce1ce
Diffstat (limited to 'test/rdoc/test_rdoc_parser_c.rb')
-rw-r--r-- | test/rdoc/test_rdoc_parser_c.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rdoc/test_rdoc_parser_c.rb b/test/rdoc/test_rdoc_parser_c.rb index 4bb18ce925..b65561b2bb 100644 --- a/test/rdoc/test_rdoc_parser_c.rb +++ b/test/rdoc/test_rdoc_parser_c.rb @@ -106,6 +106,8 @@ class TestRDocParserC < RDoc::TestCase case name when "Refinement" next unless defined?(Refinement) + when "RubyVM" + next unless defined?(RubyVM) when "Bignum", "Fixnum", "Data", "Socket", /\A(?![A-Z])/ next end |