aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser.cxx')
-rw-r--r--build2/test/script/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx
index 3043f05..ae8df12 100644
--- a/build2/test/script/parser.cxx
+++ b/build2/test/script/parser.cxx
@@ -616,7 +616,7 @@ namespace build2
}
catch (const invalid_path& e)
{
- fail (l) << "invalid " << n << "redirect file path '" << e.path
+ fail (l) << "invalid " << n << " redirect file path '" << e.path
<< "'";
}
@@ -625,7 +625,7 @@ namespace build2
switch (p)
{
- case pending::none: c.arguments.push_back (move (w)); break;
+ case pending::none: c.arguments.push_back (move (w)); break;
case pending::program:
{
try