]> granicus.if.org Git - postgis/commitdiff
Remove runcall of missing test
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 16 Jul 2015 23:53:25 +0000 (23:53 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 16 Jul 2015 23:53:25 +0000 (23:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13807 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_misc.c

index 2206207e6a3d35b00269cca9d93f4b41bd50f2f2..832a2614b8fc02e97723a71414b562f0fb32bae2 100644 (file)
@@ -152,5 +152,4 @@ void misc_suite_setup(void)
        PG_ADD_TEST(suite, test_misc_area);
        PG_ADD_TEST(suite, test_misc_wkb);
        PG_ADD_TEST(suite, test_grid);
-       PG_ADD_TEST(suite, test_rect_count);
 }