forked from boostorg/algorithm
When you add a test, you should actually call it.
[SVN r81904]
This commit is contained in:
@ -102,6 +102,7 @@ int test_main( int , char* [] ) {
|
||||
interop ( *p, *p );
|
||||
test_substr ( *p );
|
||||
test_remove ( *p );
|
||||
null_tests ( *p );
|
||||
|
||||
p++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user