Comment 3 for bug 1475616

Revision history for this message
dobey (dobey) wrote :

Now failing with, after dependencies were rebuilt:

/«BUILDDIR»/unity-scope-click-0.1.1+15.10.20150724/scope/tests/test_query.cpp: In member function 'virtual bool HasAttributesMatcherP<b_type>::gmock_Impl<arg_type>::MatchAndExplain(arg_type, testing::MatchResultListener*) const':
/«BUILDDIR»/unity-scope-click-0.1.1+15.10.20150724/scope/tests/test_query.cpp:509:71: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
 MATCHER_P(HasAttributes, b, "") { return !arg["attributes"].is_null() == b; }