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.cxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/build2/test/module.cxx b/build2/test/module.cxx
index 10948ab..d5f6430 100644
--- a/build2/test/module.cxx
+++ b/build2/test/module.cxx
@@ -38,12 +38,14 @@ namespace build2
{
auto& v (var_pool);
- v.find<bool> ("test");
- v.find<name> ("test.input");
- v.find<name> ("test.output");
- v.find<name> ("test.roundtrip");
- v.find<strings> ("test.options");
- v.find<strings> ("test.arguments");
+ // @@ OVR
+
+ v.insert<bool> ("test");
+ v.insert<name> ("test.input");
+ v.insert<name> ("test.output");
+ v.insert<name> ("test.roundtrip");
+ v.insert<strings> ("test.options");
+ v.insert<strings> ("test.arguments");
}
}