diff options
author | Koichi Sasada <[email protected]> | 2020-03-02 13:16:10 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2020-03-02 13:16:10 +0900 |
commit | fb377e8f3a9ddd89099248ee4b512023451935c4 (patch) | |
tree | f51f5d474df7fbb04c81cb592bd82503e34f7658 /test/ruby/test_io.rb | |
parent | 31c55b672501a843d3db88e7a792f0edbb646607 (diff) |
Revert "show debug info."
This reverts commit 0bfee2397ba59112902d2b49f08461db3a637b46.
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r-- | test/ruby/test_io.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 7337ed69e5..a6df5c8b08 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, "#fileno on #{$stdin.class}") + assert_equal(0, $stdin.fileno) assert_equal(1, $stdout.fileno) assert_equal(2, $stderr.fileno) end |