Andrew Kryczka f2817fb7f9 avoid ASSERT_EQ(false, ...);
Summary:
lately it fails on travis due to a compiler bug (see https://github.com/google/googletest/issues/322#issuecomment-125645145). interestingly it seems to affect occurrences of `ASSERT_EQ(false, ...);` but not `ASSERT_EQ(true, ...);`.
Closes https://github.com/facebook/rocksdb/pull/1958

Differential Revision: D4680742

Pulled By: ajkr

fbshipit-source-id: 291fe41
2017-03-08 22:24:16 -08:00
..
2017-03-03 18:24:12 -08:00
2017-01-08 14:24:12 -08:00
2017-03-07 13:54:12 -08:00
2017-03-03 18:24:12 -08:00
2017-01-08 14:24:12 -08:00
2017-01-08 14:24:12 -08:00
2017-03-07 13:54:12 -08:00
2017-03-07 13:54:12 -08:00
2017-01-08 14:24:12 -08:00
2016-10-31 20:54:18 -07:00
2016-09-27 18:20:57 -07:00
2017-03-03 18:24:12 -08:00
2017-03-03 18:24:12 -08:00
2017-03-03 18:24:12 -08:00
2017-01-08 14:24:12 -08:00
2017-03-08 22:24:16 -08:00