Rename AddValue

This commit is contained in:
kortschak 2014-07-02 12:17:33 +09:30
parent d87e227ff3
commit 447a835b93
13 changed files with 61 additions and 61 deletions

View file

@ -26,7 +26,7 @@ import (
func TestIteratorPromotion(t *testing.T) {
all := NewInt64(1, 3)
fixed := newFixed()
fixed.AddValue(3)
fixed.Add(3)
a := NewAnd()
a.AddSubIterator(all)
a.AddSubIterator(fixed)