summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-07-10 10:06:48 +0800
committerGitHub <noreply@github.com>2019-07-10 10:06:48 +0800
commitc0da17a0177a4bd87a614bdefdad8217de720c05 (patch)
tree00bd101431d63a874bb7b300c4e2f912ec535ee3
parent3997c99f2ec97e58f10be1f6758f6abdbc63abd4 (diff)
downloadqtlocation-mapboxgl-c0da17a0177a4bd87a614bdefdad8217de720c05.tar.gz
Update platform/darwin/test/MGLOfflineRegionTests.m
Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
-rw-r--r--platform/darwin/test/MGLOfflineRegionTests.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/darwin/test/MGLOfflineRegionTests.m b/platform/darwin/test/MGLOfflineRegionTests.m
index 1ac6e19a11..cc7b2d2c71 100644
--- a/platform/darwin/test/MGLOfflineRegionTests.m
+++ b/platform/darwin/test/MGLOfflineRegionTests.m
@@ -65,7 +65,6 @@
XCTAssertNil(error);
MGLShapeOfflineRegion *shapeOfflineRegion = [[MGLShapeOfflineRegion alloc] initWithStyleURL:[MGLStyle lightStyleURLWithVersion:MGLStyleDefaultVersion] shape:shape fromZoomLevel:5 toZoomLevel:10];
XCTAssertFalse(shapeOfflineRegion.includesIdeographicGlyphs, @"tile pyramid offline region should not include ideographic glyphs");
-
}
}