diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index 87e05ea62e..539ba1073c 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -1547,7 +1547,7 @@ module Test _start_method(inst) inst._assertions = 0 - print "#{suite}##{method} = " if @verbose + print "#{suite}##{method.inspect.sub(/\A:/, '')} = " if @verbose start_time = Time.now if @verbose result =