From c76ff457079bf5901a6bb55377c14aeee856a354 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Mar 2016 16:02:06 +0200 Subject: Cleanup variable typing --- build2/test/module.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'build2/test/module.cxx') diff --git a/build2/test/module.cxx b/build2/test/module.cxx index c8c0fa7..10948ab 100644 --- a/build2/test/module.cxx +++ b/build2/test/module.cxx @@ -38,12 +38,12 @@ namespace build2 { auto& v (var_pool); - v.find ("test", bool_type); - v.find ("test.input", name_type); - v.find ("test.output", name_type); - v.find ("test.roundtrip", name_type); - v.find ("test.options", strings_type); - v.find ("test.arguments", strings_type); + v.find ("test"); + v.find ("test.input"); + v.find ("test.output"); + v.find ("test.roundtrip"); + v.find ("test.options"); + v.find ("test.arguments"); } } -- cgit v1.1