summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-03-02 11:43:17 +0900
committerKoichi Sasada <ko1@atdot.net>2020-03-02 11:43:17 +0900
commit0bfee2397ba59112902d2b49f08461db3a637b46 (patch)
tree864e7de11e2c056bc7ee06d8bc3eb01d53ecbeb8 /test/ruby
parentd25a4f413dce6ad3a8baaf61591415b9a8cce082 (diff)
show debug info.
https://gist.github.com/ko1/a71f7cbcfbd61ba004bffdfedab9f5f2#file-brlog-trunk-random0-20200302-020213-L2127
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index a6df5c8b08..7337ed69e5 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -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)
+ assert_equal(0, $stdin.fileno, "#fileno on #{$stdin.class}")
assert_equal(1, $stdout.fileno)
assert_equal(2, $stderr.fileno)
end