Code review comment for lp:~3v1n0/unity/testing-friend

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

> Don't you have to make sure that the unit::tests::Friend class is in an
> anonymous namespace in the test source file to make sure you don't get linking
> errors?

If I add it to an anonymous namespace, it won't work since it won't be considered friend of the class I've added to.

« Back to merge proposal