summaryrefslogtreecommitdiff
path: root/platform/ios/test
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-10-19 09:08:56 -0700
committerGitHub <noreply@github.com>2016-10-19 09:08:56 -0700
commitbaf82fc4d4882480e6dd16ea9821be29d390bf00 (patch)
treef90e72a3f7a4450a24913c13fb6e78b46173bf03 /platform/ios/test
parent258acb6c487be5fc8c06094f134c60349c63d539 (diff)
downloadqtlocation-mapboxgl-baf82fc4d4882480e6dd16ea9821be29d390bf00.tar.gz
[ios, macos] Make feature attributes and identifier writable (#6728)
* [ios, macos] Make feature attributes and identifier writable Instances of MGLFeature subclasses can now have their attributes and identifier properties mutated.
Diffstat (limited to 'platform/ios/test')
-rw-r--r--platform/ios/test/MGLGeoJSONSourceTests.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/platform/ios/test/MGLGeoJSONSourceTests.mm b/platform/ios/test/MGLGeoJSONSourceTests.mm
index 40d8067985..935d9a0ae3 100644
--- a/platform/ios/test/MGLGeoJSONSourceTests.mm
+++ b/platform/ios/test/MGLGeoJSONSourceTests.mm
@@ -10,12 +10,6 @@
@interface MGLGeoJSONSourceTests : XCTestCase
@end
-@interface MGLPolygonFeature (Test)
-
-@property (nonatomic, copy, readwrite) NS_DICTIONARY_OF(NSString *, id) *attributes;
-
-@end
-
@implementation MGLGeoJSONSourceTests
- (void)testMGLGeoJSONSourceWithOptions {