aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-23 14:54:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-23 14:54:53 +0200
commit92dd62e0e565f177ab5861a9511bc0e303f61a79 (patch)
tree6ce394a50f60fa148336dfac5fb1bda46bd79e85 /tests
parent542ad9696f50e33fa20e735c14c052720c55bc3a (diff)
scheduler
Diffstat (limited to 'tests')
-rw-r--r--tests/libbuild2/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libbuild2/driver.cxx b/tests/libbuild2/driver.cxx
index 8ae83d5..a70e707 100644
--- a/tests/libbuild2/driver.cxx
+++ b/tests/libbuild2/driver.cxx
@@ -26,7 +26,7 @@ main (int, char* argv[])
in::build2_in_load ();
version::build2_version_load ();
- sched.startup (1); // Serial execution.
+ scheduler sched (1); // Serial execution.
context ctx (sched);
return 0;