aboutsummaryrefslogtreecommitdiff
path: root/build2/test/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/module.cxx')
-rw-r--r--build2/test/module.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/module.cxx b/build2/test/module.cxx
index 217376d..c8c0fa7 100644
--- a/build2/test/module.cxx
+++ b/build2/test/module.cxx
@@ -26,7 +26,7 @@ namespace build2
{
tracer trace ("test::boot");
- level5 ([&]{trace << "for " << root.out_path ();});
+ l5 ([&]{trace << "for " << root.out_path ();});
// Register the test operation.
//
@@ -64,7 +64,7 @@ namespace build2
}
const dir_path& out_root (root.out_path ());
- level5 ([&]{trace << "for " << out_root;});
+ l5 ([&]{trace << "for " << out_root;});
// Register rules.
//