From 634929a5218eb460b8ca453146e17c8c1f573bc7 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 16 Jul 2015 23:53:25 +0000 Subject: [PATCH] Remove runcall of missing test git-svn-id: http://svn.osgeo.org/postgis/trunk@13807 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_misc.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.40.0