From: Paul Ramsey Date: Thu, 16 Jul 2015 23:53:25 +0000 (+0000) Subject: Remove runcall of missing test X-Git-Tag: 2.2.0rc1~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=634929a5218eb460b8ca453146e17c8c1f573bc7;p=postgis Remove runcall of missing test git-svn-id: http://svn.osgeo.org/postgis/trunk@13807 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/cunit/cu_misc.c b/liblwgeom/cunit/cu_misc.c index 2206207e6..832a2614b 100644 --- a/liblwgeom/cunit/cu_misc.c +++ b/liblwgeom/cunit/cu_misc.c @@ -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); }