Fix bug where debug "return" prevented whole TestAtomicUpdate run

This commit is contained in:
Kouhei Ueno 2014-08-04 00:29:59 +09:00
parent 462ce3e196
commit b3e5f40988

View File

@ -243,7 +243,6 @@ func TestAtomicUpdate(t *testing.T) {
if expect != got {
t.Errorf("Wanted %v, got %v", expect, got)
}
return
// Update an existing node.
callbackCalled := false