Descriptioncontainer/heap: fix circular dependency in test
Having the test be in the container/heap package yields a cycle
container/heap (for the test)
-> testing
-> time
-> container/heap (for timerHeap)
Occasionally the linker would get mixed up, resulting in a test panic
in a very weird place.
Patch Set 1 #Patch Set 2 : diff -r 8c77f7800fae https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 8c77f7800fae https://go.googlecode.com/hg/ #MessagesTotal messages: 12
|