aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;