Started implementing colored output.

This commit is contained in:
2016-06-14 12:47:39 +02:00
parent e0dd9833a3
commit 342a346fce
22 changed files with 238 additions and 62 deletions

View File

@@ -27,7 +27,7 @@ class SASParserTests : public ::testing::Test
std::stringstream outputStream;
if (!fileStream.is_open())
throw std::runtime_error("Could not open file \"" + path + "\"");
throw std::runtime_error("Could not open file " + path + "");
outputStream << fileStream.rdbuf();