When you add a test, you should actually call it.

[SVN r81904]
This commit is contained in:
Marshall Clow
2012-12-13 17:33:14 +00:00
parent 5bb66c562b
commit 06d0a61a01

View File

@ -102,6 +102,7 @@ int test_main( int , char* [] ) {
interop ( *p, *p ); interop ( *p, *p );
test_substr ( *p ); test_substr ( *p );
test_remove ( *p ); test_remove ( *p );
null_tests ( *p );
p++; p++;
} }