diff --git a/test/irb/test_color.rb b/test/irb/test_color.rb index 6d4b15ef1..770420922 100644 --- a/test/irb/test_color.rb +++ b/test/irb/test_color.rb @@ -184,7 +184,6 @@ def test_colorize_code_complete_false "a, b#" => "a, b#{BLUE}#{BOLD}\##{CLEAR}", "a, b;" => "#{RED}#{REVERSE}a, b#{CLEAR};", "def f(a,#" => "#{GREEN}def#{CLEAR} #{BLUE}#{BOLD}f#{CLEAR}(a,#{BLUE}#{BOLD}\##{CLEAR}", - "def f(a,)" => "#{GREEN}def#{CLEAR} #{BLUE}#{BOLD}f#{CLEAR}(a#{RED}#{REVERSE},#{CLEAR})", "[*" => "[*", "f(*" => "f(*", "f(**" => "f(**",