diff options
Diffstat (limited to 'test/core/model/DomainTest.cpp')
-rw-r--r-- | test/core/model/DomainTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp index d8ad882..f937842 100644 --- a/test/core/model/DomainTest.cpp +++ b/test/core/model/DomainTest.cpp @@ -48,8 +48,9 @@ TEST(Domain, testDomainResolving) // Construct Manager Logger logger; Manager mgr{1}; + Rooted<SystemTypesystem> sys{new SystemTypesystem(mgr)}; // Get the domain. - Rooted<Domain> domain = constructBookDomain(mgr, logger); + Rooted<Domain> domain = constructBookDomain(mgr, sys, logger); /* * Start with the "book" search keyword. This should resolve to the domain |