diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2024-02-05 16:29:57 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2024-02-05 16:29:57 +0100 |
| commit | 40642cd3bc581d3bb402ea5e8e61cdfb868b4f68 (patch) | |
| tree | 077cc3ac94f880ce3c8c98322331c01cb1cc9cb8 /spec/ruby/core/io/read_spec.rb | |
| parent | abe07d4bf5f2f848b22e511a647a85c878066adb (diff) | |
Update to ruby/spec@3fc4444
Diffstat (limited to 'spec/ruby/core/io/read_spec.rb')
| -rw-r--r-- | spec/ruby/core/io/read_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/io/read_spec.rb b/spec/ruby/core/io/read_spec.rb index db11468ea4..b37c6c7121 100644 --- a/spec/ruby/core/io/read_spec.rb +++ b/spec/ruby/core/io/read_spec.rb @@ -331,7 +331,7 @@ describe "IO#read" do @io.read(0).should == '' @io.pos.should == 0 - @io.getc.chr.should == '1' + @io.getc.should == '1' end it "is at end-of-file when everything has been read" do |
