mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
80699c4178
Pull in gmock so the empty-delimiter Split assertions can keep using EXPECT_THAT(..., ElementsAre(...)) and IsEmpty(). On failure the matcher prints the actual vector contents, which EXPECT_TRUE(vempty.empty()) hides behind a bare 'not true'.