aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-02-10 11:52:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-02-10 11:52:34 +0200
commitdd25960e27d2f127e05d9f992eb577bc20e395ab (patch)
tree9a90b6f0a37081e3dbeacdbbf6439d5d5af5e71a /tests
parentafe22af6ad346c653ed02109835e88348f4ecf5b (diff)
Make few global types separately constructible/initializable
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 9a8db9e..7cb194d 100644
--- a/tests/libbuild2/driver.cxx
+++ b/tests/libbuild2/driver.cxx
@@ -41,7 +41,7 @@ main (int, char* argv[])
//
scheduler sched (1);
global_mutexes mutexes (1);
- file_cache fcache;
+ file_cache fcache (true);
context ctx (sched, mutexes, fcache);
return 0;