Mir

Code review comment for lp:~vanvugt/mir/fix-1493721

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

+ Mock::VerifyAndClearExpectations(&mock_gbm);

Something seems wrong here. mock_gbm is destroyed on test exit and its expectations validated there. Why do we need this (apparently redundant) explicit check just before test exit?

review: Needs Information

« Back to merge proposal