This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Use EXPECT_FALSE(...) in test rather than EXPECT_EQ(false, ...)
ClosedPublic

Authored by ctetreau on Jun 16 2020, 3:28 PM.

Details

Summary

Silence GCC -Wconversion-null warning from GTest

Diff Detail

Event Timeline

ctetreau created this revision.Jun 16 2020, 3:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2020, 3:28 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 16 2020, 3:56 PM
This revision was automatically updated to reflect the committed changes.