Commit 3c69ff8d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3baef376
...@@ -1554,8 +1554,6 @@ func TestΔBtailForget(t_ *testing.T) { ...@@ -1554,8 +1554,6 @@ func TestΔBtailForget(t_ *testing.T) {
} }
// ---- misc ----
func TestΔBtailClone(t_ *testing.T) { func TestΔBtailClone(t_ *testing.T) {
// ΔBtail.Clone had bug that aliased klon data to orig // ΔBtail.Clone had bug that aliased klon data to orig
t := xbtreetest.NewT(t_) t := xbtreetest.NewT(t_)
...@@ -1590,6 +1588,9 @@ func TestΔBtailClone(t_ *testing.T) { ...@@ -1590,6 +1588,9 @@ func TestΔBtailClone(t_ *testing.T) {
} }
// -------- misc --------
// IntSets generates all sets of integers in range [0,N) // IntSets generates all sets of integers in range [0,N)
func IntSets(N int) chan []int { func IntSets(N int) chan []int {
ch := make(chan []int) ch := make(chan []int)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment