summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRuntimeStylingTests.m.ejs
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-12-02 13:03:05 -0800
committerJesse Bounds <jesse@rebounds.net>2016-12-02 13:03:05 -0800
commit2db31be8bc0130ac2f02bc2245b1ff21103e9baf (patch)
tree9deff83c96e201dc2e8b0938a0ace656828971a9 /platform/darwin/src/MGLRuntimeStylingTests.m.ejs
parent37026a14ff12fcf2fbad02b95fc7847908ce31d5 (diff)
downloadqtlocation-mapboxgl-2db31be8bc0130ac2f02bc2245b1ff21103e9baf.tar.gz
[ios, macos] Rename MGLMapViewTests back to MGLStyleLayerTests
Diffstat (limited to 'platform/darwin/src/MGLRuntimeStylingTests.m.ejs')
-rw-r--r--platform/darwin/src/MGLRuntimeStylingTests.m.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLRuntimeStylingTests.m.ejs b/platform/darwin/src/MGLRuntimeStylingTests.m.ejs
index c1492167b4..720ee4547e 100644
--- a/platform/darwin/src/MGLRuntimeStylingTests.m.ejs
+++ b/platform/darwin/src/MGLRuntimeStylingTests.m.ejs
@@ -6,9 +6,9 @@
// This file is generated.
// Edit platform/darwin/scripts/generate-style-code.js, then run `make style-code-darwin`.
-#import "MGLMapViewTests.h"
+#import "MGLStyleLayerTests.h"
-@interface MGL<%- camelize(type) %>LayerTests : MGLMapViewTests
+@interface MGL<%- camelize(type) %>LayerTests : MGLStyleLayerTests
@end
@implementation MGL<%- camelize(type) %>LayerTests