aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-03-19 14:17:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-19 14:27:09 +0300
commit9e2ae24794d6dbcae3dd662f6416162e96ac7d0f (patch)
tree43e57158459ca8951c66c6bc7c108a51589f4e6a /build2
parentb5960ebbe7236eef62620b0a07df8de93dffc81e (diff)
Suppress clang warnings
Diffstat (limited to 'build2')
-rw-r--r--build2/test/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index 0e1aff6..25eb0b8 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -381,7 +381,7 @@ namespace build2
text << "test " << t << " with " << ts << " on " << tt;
}
- script::script s (t, ts, wd);
+ build2::test::script::script s (t, ts, wd);
{
parser p;