diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-01-23 02:21:47 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-01-23 02:21:47 -0800 |
| commit | ff8a2d17266f1c601d04ac7b3c3e85ad674c8491 (patch) | |
| tree | 8eaf00b0ab95aa9139d2f5c7da528cb473e6dc13 /toolsrc/src/tests.plan.cpp | |
| parent | 10d712ed018fe3b2cd8d485e41f32ad555d9a1f1 (diff) | |
| download | vcpkg-ff8a2d17266f1c601d04ac7b3c3e85ad674c8491.tar.gz vcpkg-ff8a2d17266f1c601d04ac7b3c3e85ad674c8491.zip | |
[vcpkg] Remove AnyParagraph and InstallPlanType::INSTALL
Diffstat (limited to 'toolsrc/src/tests.plan.cpp')
| -rw-r--r-- | toolsrc/src/tests.plan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/tests.plan.cpp b/toolsrc/src/tests.plan.cpp index 0916e66c8..67abf8de0 100644 --- a/toolsrc/src/tests.plan.cpp +++ b/toolsrc/src/tests.plan.cpp @@ -41,7 +41,7 @@ namespace UnitTest1 Assert::AreEqual(plan.spec.triplet().to_string().c_str(), triplet.to_string().c_str()); - Assert::AreEqual(pkg_name.c_str(), plan.any_paragraph.source_control_file.get()->core_paragraph->name.c_str()); + Assert::AreEqual(pkg_name.c_str(), plan.source_control_file.get()->core_paragraph->name.c_str()); Assert::AreEqual(size_t(vec.size()), feature_list.size()); for (auto&& feature_name : vec) |
