summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-03-26 13:56:11 -0700
committerJason Wray <jason@mapbox.com>2019-04-03 15:56:28 -0700
commitcfd398a49957a5b05382d819b5552be096344127 (patch)
tree444010d3b6be8e9e71e3b2b4786bc94d63f2f96e
parente1b5b51374ab43629d635dab74f832d1093e2076 (diff)
downloadqtlocation-mapboxgl-cfd398a49957a5b05382d819b5552be096344127.tar.gz
[ios] Remove unused line from MGLExpressionTests
-rw-r--r--platform/darwin/test/MGLExpressionTests.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/darwin/test/MGLExpressionTests.mm b/platform/darwin/test/MGLExpressionTests.mm
index 68806e38f6..06f06d8c6e 100644
--- a/platform/darwin/test/MGLExpressionTests.mm
+++ b/platform/darwin/test/MGLExpressionTests.mm
@@ -1078,7 +1078,6 @@ using namespace std::string_literals;
NSArray *jsonExpression = @[ @"format", @"foo", @{ @"font-scale": @1.2, @"text-color": @"yellow" , @"text-font" : @[ @"literal", @[ @"DIN Offc Pro Bold", @"Arial Unicode MS Bold" ]]} ];
XCTAssertEqualObjects(expression.mgl_jsonExpressionObject, jsonExpression);
- NSExpression *exp = [NSExpression expressionWithMGLJSONObject:jsonExpression];
XCTAssertEqualObjects([NSExpression expressionWithMGLJSONObject:jsonExpression], expression);
}
{