From 4f5b6cb7ed4e05e98cce7e692462f49e24b7a39a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Aug 2019 14:38:57 +0200 Subject: Targets, scopes, vars --- tests/libbuild2/driver.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/libbuild2/driver.cxx b/tests/libbuild2/driver.cxx index 706d276..8ae83d5 100644 --- a/tests/libbuild2/driver.cxx +++ b/tests/libbuild2/driver.cxx @@ -5,7 +5,7 @@ #include #include -#include // sched, reset() +#include #include #include @@ -26,8 +26,8 @@ main (int, char* argv[]) in::build2_in_load (); version::build2_version_load (); - sched.startup (1); // Serial execution. - reset (strings ()); // No command line variables. + sched.startup (1); // Serial execution. + context ctx (sched); return 0; } -- cgit v1.1