summaryrefslogtreecommitdiff
path: root/test/integration/TestLogger.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-02 12:20:12 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:30 +0200
commit3a6933eb45e6163e6c1a102eb4c263ecb9d34f7a (patch)
treebd45901a2024f37d6c5f5db1b77dde9f6f13e481 /test/integration/TestLogger.hpp
parentbe9287589a81e60d76f255ddcc1d0237d55053a5 (diff)
Cosmetic change: Do not print a newline for the first headline
Diffstat (limited to 'test/integration/TestLogger.hpp')
-rw-r--r--test/integration/TestLogger.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/TestLogger.hpp b/test/integration/TestLogger.hpp
index 1c18191..d861a71 100644
--- a/test/integration/TestLogger.hpp
+++ b/test/integration/TestLogger.hpp
@@ -44,6 +44,7 @@ class Logger {
private:
std::ostream &os;
Terminal terminal;
+ bool first;
public:
Logger(std::ostream &os, bool useColor);