diff options
author | Jason Wray <jason@mapbox.com> | 2019-03-26 13:56:11 -0700 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2019-04-03 15:56:28 -0700 |
commit | cfd398a49957a5b05382d819b5552be096344127 (patch) | |
tree | 444010d3b6be8e9e71e3b2b4786bc94d63f2f96e | |
parent | e1b5b51374ab43629d635dab74f832d1093e2076 (diff) | |
download | qtlocation-mapboxgl-cfd398a49957a5b05382d819b5552be096344127.tar.gz |
[ios] Remove unused line from MGLExpressionTests
-rw-r--r-- | platform/darwin/test/MGLExpressionTests.mm | 1 |
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); } { |