diff options
| author | Daniel Shaw <t-dansha@microsoft.com> | 2017-07-19 14:19:11 -0700 |
|---|---|---|
| committer | Daniel Shaw <t-dansha@microsoft.com> | 2017-07-19 14:19:11 -0700 |
| commit | 1445115906139f5c6d14bcbbacdcc0cfb543fd80 (patch) | |
| tree | 8197c502f3b824cdbfadbc218daa99bdc11d254a /toolsrc/src/test_install_plan.cpp | |
| parent | 7cca4a2d59124070661d69912288d73758ed4f94 (diff) | |
| download | vcpkg-1445115906139f5c6d14bcbbacdcc0cfb543fd80.tar.gz vcpkg-1445115906139f5c6d14bcbbacdcc0cfb543fd80.zip | |
refactor feature packages
Diffstat (limited to 'toolsrc/src/test_install_plan.cpp')
| -rw-r--r-- | toolsrc/src/test_install_plan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/test_install_plan.cpp b/toolsrc/src/test_install_plan.cpp index 19cede6df..671b6ed67 100644 --- a/toolsrc/src/test_install_plan.cpp +++ b/toolsrc/src/test_install_plan.cpp @@ -430,7 +430,7 @@ namespace UnitTest1 remove_plan_check(&install_plan[0], "x"); remove_plan_check(&install_plan[1], "b"); - // order here may change but A < X, and B anywhere + // TODO: order here may change but A < X, and B anywhere features_check(&install_plan[2], "a", {"core"}); features_check(&install_plan[3], "x", {"core"}); features_check(&install_plan[4], "b", {"core", "1"}); |
