aboutsummaryrefslogtreecommitdiff
path: root/build2/test/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/init.cxx')
-rw-r--r--build2/test/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/init.cxx b/build2/test/init.cxx
index 94e4073..fd8db99 100644
--- a/build2/test/init.cxx
+++ b/build2/test/init.cxx
@@ -36,7 +36,7 @@ namespace build2
// Enter module variables. Do it during boot in case they get assigned
// in bootstrap.build.
//
- auto& vp (var_pool);
+ auto& vp (var_pool.rw (rs));
// Tests to execute.
//