Searched refs:DebugLogStringLimit (Results 1 – 2 of 2) sorted by relevance
151 var longString = strings.Repeat("a", runtime.DebugLogStringLimit+1)154 want := "[] " + strings.Repeat("a", runtime.DebugLogStringLimit) + " ..(1 more bytes)..\n"
13 const DebugLogStringLimit = debugLogStringLimit const