summaryrefslogtreecommitdiffstats
path: root/build2/test/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/init.cxx')
-rw-r--r--build2/test/init.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/test/init.cxx b/build2/test/init.cxx
index 9f63781a..aa2533af 100644
--- a/build2/test/init.cxx
+++ b/build2/test/init.cxx
@@ -31,8 +31,8 @@ namespace build2
// Register our operations.
//
- rs.operations.insert (test_id, op_test);
- rs.operations.insert (update_for_test_id, op_update_for_test);
+ rs.insert_operation (test_id, op_test);
+ rs.insert_operation (update_for_test_id, op_update_for_test);
// Enter module variables. Do it during boot in case they get assigned
// in bootstrap.build.