diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-19 14:17:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-19 14:27:09 +0300 |
commit | 9e2ae24794d6dbcae3dd662f6416162e96ac7d0f (patch) | |
tree | 43e57158459ca8951c66c6bc7c108a51589f4e6a | |
parent | b5960ebbe7236eef62620b0a07df8de93dffc81e (diff) |
Suppress clang warnings
-rw-r--r-- | build2/test/rule.cxx | 2 |
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; |