1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:11:21 -06:00
go/src/pkg/container/heap
David Symonds d911b872ce container/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.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4395042
2011-04-22 16:29:05 -04:00
..
heap_test.go container/heap: fix circular dependency in test 2011-04-22 16:29:05 -04:00
heap.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00