From 9348643575d7a744f3e404d9069a0d29f97960a0 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 27 Apr 2019 22:01:10 +0900 Subject: make sync-default-gems GEM=irb Synced from https://github.com/ruby/irb/commit/5feb361ed80736efa5b2c2b629837ec2a5fc2cdb. This includes a support to colorize named Class instance on IRB inspect. --- test/irb/test_option.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/irb/test_option.rb') diff --git a/test/irb/test_option.rb b/test/irb/test_option.rb index 85ebd085ca..6f36d81bdd 100644 --- a/test/irb/test_option.rb +++ b/test/irb/test_option.rb @@ -5,7 +5,7 @@ module TestIRB class TestOption < Test::Unit::TestCase def test_end_of_option bug4117 = '[ruby-core:33574]' - status = assert_in_out_err(%w[-rirb -e IRB.start(__FILE__) -- -f --], "", //, [], bug4117) + status = assert_in_out_err(%w[-W0 -rirb -e IRB.start(__FILE__) -- -f --], "", //, [], bug4117) assert(status.success?, bug4117) end end -- cgit v1.2.3