diff options
author | Julian Rex <julian.rex@mapbox.com> | 2018-04-10 13:04:27 -0400 |
---|---|---|
committer | Julian Rex <julian.rex@mapbox.com> | 2018-04-10 13:04:27 -0400 |
commit | 8cc6f6b94490ff67c36202a96139b385e3da3d3b (patch) | |
tree | e8858e9306d1c570974cf5e5b357a3f0caf04be3 | |
parent | 2b190157083dd37d48cfc2010035cb63ccf46539 (diff) | |
download | qtlocation-mapboxgl-8cc6f6b94490ff67c36202a96139b385e3da3d3b.tar.gz |
Removed headers.upstream/jrex-refactor-integration-tests
-rw-r--r-- | platform/ios/Integration Tests/MGLMapViewIntegrationTest.h | 8 | ||||
-rw-r--r-- | platform/ios/Integration Tests/MGLMapViewIntegrationTest.m | 9 |
2 files changed, 0 insertions, 17 deletions
diff --git a/platform/ios/Integration Tests/MGLMapViewIntegrationTest.h b/platform/ios/Integration Tests/MGLMapViewIntegrationTest.h index 658a5b771f..ab5d2cc46f 100644 --- a/platform/ios/Integration Tests/MGLMapViewIntegrationTest.h +++ b/platform/ios/Integration Tests/MGLMapViewIntegrationTest.h @@ -1,11 +1,3 @@ -// -// MGLMapViewIntegrationTest.h -// ios -// -// Created by Julian Rex on 4/5/18. -// Copyright © 2018 Mapbox. All rights reserved. -// - #import <XCTest/XCTest.h> #import <Mapbox/Mapbox.h> diff --git a/platform/ios/Integration Tests/MGLMapViewIntegrationTest.m b/platform/ios/Integration Tests/MGLMapViewIntegrationTest.m index 219de3e74b..fc3229c83b 100644 --- a/platform/ios/Integration Tests/MGLMapViewIntegrationTest.m +++ b/platform/ios/Integration Tests/MGLMapViewIntegrationTest.m @@ -1,12 +1,3 @@ -// -// MGLMapViewIntegrationTest.m -// integration -// -// Created by Julian Rex on 4/5/18. -// Copyright © 2018 Mapbox. All rights reserved. -// - - #import "MGLMapViewIntegrationTest.h" @implementation MGLMapViewIntegrationTest |