mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Make style closer to Mozilla
This commit is contained in:
parent
b030db43c0
commit
e1ac66a4c1
50 changed files with 2359 additions and 1193 deletions
|
|
@ -31,7 +31,7 @@ public:
|
|||
#include <boost/test/auto_unit_test.hpp>
|
||||
|
||||
namespace {
|
||||
MOCK_BASE_CLASS(mock_base_class, base_class){MOCK_METHOD(method, 1)};
|
||||
MOCK_BASE_CLASS(mock_base_class, base_class){ MOCK_METHOD(method, 1) };
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(method_is_called_two_times_with_the_same_value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue