Commit fe30f599 authored by Yoni Fogel's avatar Yoni Fogel

Fix typo = -> ==

git-svn-id: file:///svn/toku/tokudb@11336 c7de825b-a66e-492c-adef-691d508d4ae1
parent 86df71b8
......@@ -434,7 +434,7 @@ static void test_wrongendian_compare (int wrong_p, unsigned int N) {
b[0] = a[3] = (unsigned char)((i>>24)&255);
r = toku_brt_cursor_get(cursor, NULL, NULL, lookup_checkf, &pair, DB_NEXT, null_txn);
assert(r==0);
assert(pair.call_count=1);
assert(pair.call_count==1);
toku_cachetable_verify(ct);
}
......
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