diff options
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"}); |
