diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-06-22 19:05:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-06-26 14:12:12 +0300 |
commit | 105524ed96f162b43c0735a65fea284d07356aa2 (patch) | |
tree | f083c65946faeb3654f9108112143ba46cee3656 /tests/load/driver.cxx | |
parent | 8e54ae94ce44d57b49b35269f006fe2bf07ec13d (diff) |
Adapt to merging of package external tests, examples, and benchmarks into typed tests
Diffstat (limited to 'tests/load/driver.cxx')
-rw-r--r-- | tests/load/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx index 420c1e3..b4c43cc 100644 --- a/tests/load/driver.cxx +++ b/tests/load/driver.cxx @@ -204,7 +204,7 @@ main (int argc, char* argv[]) static inline dependency dep (const char* n, optional<version_constraint> c) { - return dependency {package_name (n), move (c), nullptr}; + return dependency {package_name (n), move (c), nullptr /* package */}; } static inline version |