We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bbc25 commit d5518caCopy full SHA for d5518ca
1 file changed
test/framework.go
@@ -361,7 +361,7 @@ type MemoryNode struct {
361
}
362
363
// buildMemoryTreeFromNodes builds a memory reference node from goref profile nodes.
364
-func (tf *TestFramework) buildMemoryTreeFromNodes(nodes map[string]ProfileNodeInterface, stringTable []string, rootPrefixes []string) *MemoryNode {
+func (tf *TestFramework) buildMemoryTreeFromNodes(nodes map[string]ProfileNodeInterface, stringTable, rootPrefixes []string) *MemoryNode {
365
root := &MemoryNode{Children: []*MemoryNode{}}
366
if len(rootPrefixes) == 0 {
367
rootPrefixes = []string{"main."}
0 commit comments