diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-01-23 02:36:39 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-01-23 02:36:39 -0800 |
| commit | 78d3302940f6c11a220008215b6f67daa8cc8bb7 (patch) | |
| tree | a8b4201a61e7e9bf46f8a49bfe30b43d55d0c2ae /toolsrc/src/tests.plan.cpp | |
| parent | ff8a2d17266f1c601d04ac7b3c3e85ad674c8491 (diff) | |
| download | vcpkg-78d3302940f6c11a220008215b6f67daa8cc8bb7.tar.gz vcpkg-78d3302940f6c11a220008215b6f67daa8cc8bb7.zip | |
[vcpkg] Remove overload of StatusParagraphs::find_installed()
Diffstat (limited to 'toolsrc/src/tests.plan.cpp')
| -rw-r--r-- | toolsrc/src/tests.plan.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolsrc/src/tests.plan.cpp b/toolsrc/src/tests.plan.cpp index 67abf8de0..86386be14 100644 --- a/toolsrc/src/tests.plan.cpp +++ b/toolsrc/src/tests.plan.cpp @@ -504,13 +504,6 @@ namespace UnitTest1 } }; - static PackageSpec unsafe_pspec(std::string name, Triplet t = Triplet::X86_WINDOWS) - { - auto m_ret = PackageSpec::from_name_and_triplet(name, t); - Assert::IsTrue(m_ret.has_value()); - return m_ret.value_or_exit(VCPKG_LINE_INFO); - } - class RemovePlanTests : public TestClass<RemovePlanTests> { TEST_METHOD(basic_remove_scheme) |
