mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
31c55b6725
commit
fb377e8f3a
1 changed files with 1 additions and 1 deletions
|
@ -3303,7 +3303,7 @@ __END__
|
|||
assert_equal(0, STDIN.fileno)
|
||||
assert_equal(1, STDOUT.fileno)
|
||||
assert_equal(2, STDERR.fileno)
|
||||
assert_equal(0, $stdin.fileno, "#fileno on #{$stdin.class}")
|
||||
assert_equal(0, $stdin.fileno)
|
||||
assert_equal(1, $stdout.fileno)
|
||||
assert_equal(2, $stderr.fileno)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue