Skip to content
Commit 6a0dd33d authored by Ed Tanous's avatar Ed Tanous Committed by Patrick Williams
Browse files

Don't rely on implicit operator comparison



Json has a bunch of implicit overloaded operators for comparing
vectors/arrays/maps with their json counterparts.  Unfortunately, when
used in unit tests, these cause warnings in clang, so update the code to
use the ElementsAre check from gmock.

Signed-off-by: default avatarEd Tanous <edtanous@google.com>
Change-Id: I658557cb59d568fd50cf6f3bef73d6f90b5c56cf
parent 84396af9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment