aboutsummaryrefslogtreecommitdiff
path: root/test/gtest-extra.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest-extra.h')
-rw-r--r--test/gtest-extra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest-extra.h b/test/gtest-extra.h
index 03a07a2a..e08c94c0 100644
--- a/test/gtest-extra.h
+++ b/test/gtest-extra.h
@@ -77,7 +77,7 @@ class output_redirect {
void restore();
public:
- explicit output_redirect(FILE* file);
+ explicit output_redirect(FILE* file, bool flush = true);
~output_redirect() noexcept;
output_redirect(const output_redirect&) = delete;