Skip to content

Commit 618979a

Browse files
ko1hsbt
authored andcommitted
show encoding for each path
1 parent a370159 commit 618979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/console/test_io_console.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TestIO_Console < Test::Unit::TestCase
1111
PATHS = $LOADED_FEATURES.grep(%r"/io/console(?:\.#{RbConfig::CONFIG['DLEXT']}|\.rb|/\w+\.rb)\z") {$`}
1212
rescue Encoding::CompatibilityError
1313
$stderr.puts "test_io_console.rb debug"
14-
$stderr.puts $LOADED_FEATURES.inspect
14+
$LOADED_FEATURES.each{|path| $stderr.puts [path, path.encoding].inspect}
1515
raise
1616
end
1717
PATHS.uniq!

0 commit comments

Comments
 (0)