diff options
Diffstat (limited to 'libbuild2/test')
-rw-r--r-- | libbuild2/test/init.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbuild2/test/init.cxx b/libbuild2/test/init.cxx index b6b18d9..aaacdc6 100644 --- a/libbuild2/test/init.cxx +++ b/libbuild2/test/init.cxx @@ -21,7 +21,7 @@ namespace build2 { namespace test { - bool + void boot (scope& rs, const location&, module_boot_extra& extra) { tracer trace ("test::boot"); @@ -112,8 +112,6 @@ namespace build2 } extra.set_module (new module (move (d))); - - return false; } bool |