[geos-commits] r4026 - trunk/tests/unit/operation/intersection
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu Sep 25 09:25:08 PDT 2014
Author: strk
Date: 2014-09-25 09:25:08 -0700 (Thu, 25 Sep 2014)
New Revision: 4026
Modified:
trunk/tests/unit/operation/intersection/RectangleIntersectionTest.cpp
Log:
Reduce max number of tests to 255, in case it makes clang happier
See https://travis-ci.org/libgeos/libgeos/jobs/36269669
Modified: trunk/tests/unit/operation/intersection/RectangleIntersectionTest.cpp
===================================================================
--- trunk/tests/unit/operation/intersection/RectangleIntersectionTest.cpp 2014-09-25 15:32:25 UTC (rev 4025)
+++ trunk/tests/unit/operation/intersection/RectangleIntersectionTest.cpp 2014-09-25 16:25:08 UTC (rev 4026)
@@ -100,7 +100,7 @@
};
- typedef test_group<test_rectangleintersectiontest_data, 256> group;
+ typedef test_group<test_rectangleintersectiontest_data, 255> group;
typedef group::object object;
group test_rectangleintersectiontest_group("geos::operation::intersection::RectangleIntersection");
More information about the geos-commits
mailing list