Commit e3063a59 authored by Victor Zverovich's avatar Victor Zverovich

Fix test.

parent 9514da06
...@@ -1493,7 +1493,7 @@ TEST(FormatterTest, Ctor) { ...@@ -1493,7 +1493,7 @@ TEST(FormatterTest, Ctor) {
struct CountingSink { struct CountingSink {
int &num_writes; int &num_writes;
explicit CountingSink(int &num_calls) : num_writes(num_writes) {} explicit CountingSink(int &num_writes) : num_writes(num_writes) {}
void operator()(const Writer &) const { void operator()(const Writer &) const {
++num_writes; ++num_writes;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment