From 06d0a61a01a327d2f6900f373c306c86c047c8c3 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 13 Dec 2012 17:33:14 +0000 Subject: [PATCH] When you add a test, you should actually call it. [SVN r81904] --- test/string_ref_test1.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/string_ref_test1.cpp b/test/string_ref_test1.cpp index 261f6b0..b557230 100644 --- a/test/string_ref_test1.cpp +++ b/test/string_ref_test1.cpp @@ -102,6 +102,7 @@ int test_main( int , char* [] ) { interop ( *p, *p ); test_substr ( *p ); test_remove ( *p ); + null_tests ( *p ); p++; }