We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b2fb2 commit cf58a20Copy full SHA for cf58a20
test/stringio/test_stringio.rb
@@ -996,7 +996,7 @@ def test_overflow
996
intptr_max = RbConfig::LIMITS["INTPTR_MAX"]
997
return if intptr_max > StringIO::MAX_LENGTH
998
limit = intptr_max - 0x10
999
- assert_separately(%w[-rstringio], "#{<<-"begin;"}\n#{<<-"end;"}")
+ assert_separately(%w[-W0 -rstringio], "#{<<-"begin;"}\n#{<<-"end;"}")
1000
begin;
1001
limit = #{limit}
1002
ary = []
0 commit comments