Commit ca3a217a authored by Matthias Vallentin's avatar Matthias Vallentin

Add missing space when displaying error

parent 2cd913e4
......@@ -397,7 +397,7 @@ bool check(test* parent, const char *file, size_t line,
<< engine::color(blue) << line << fill(line) << engine::color(reset)
<< expr << engine::color(magenta) << " ("
<< engine::color(red) << show(x) << engine::color(magenta)
<< " !!" << engine::color(red) << show(y) << engine::color(magenta)
<< " !! " << engine::color(red) << show(y) << engine::color(magenta)
<< ')' << engine::color(reset);
parent->fail(ss.str(), should_fail);
}
......
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