fix extraneous colon in test jamfile causing a build warning

This commit is contained in:
James E. King III
2018-10-27 12:09:35 +00:00
parent 6763d75683
commit 01b0dd8648
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ alias unit_test_framework
;
{
test-suite algorithm/minmax:
test-suite algorithm/minmax
: [ run minmax_element_test.cpp unit_test_framework
: : : : minmax_element ]
[ run minmax_test.cpp unit_test_framework