Ignore windows_31j module with mswin

This commit is contained in:
Hiroshi SHIBATA 2024-01-12 18:51:16 +09:00
Родитель 3113bc8d44
Коммит 0a27142cf1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ describe "Kernel#require" do
features = out.lines.map { |line| File.basename(line.chomp, '.*') }
# Ignore CRuby internals
features -= %w[encdb transdb windows_1252]
features -= %w[encdb transdb windows_1252 windows_31j]
features.reject! { |feature| feature.end_with?('-fake') }
features.sort.should == provided.sort