summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-06-18 13:59:44 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-06-18 14:00:46 +0300
commit22acc2f14c9a21a3c6f8dbfc2adc689d6cd921bb (patch)
treeb8c849b47c115569c38f31ab4f9d35681b43e9f2 /test
parenteb52f86ee14c35d0af500cc82df0366f18ea20b7 (diff)
downloadqtlocation-mapboxgl-22acc2f14c9a21a3c6f8dbfc2adc689d6cd921bb.tar.gz
Remove cleanup call on the ResourceLoading test case
We should not be able to create GL objects with a no-op view, so there is nothing to cleanup.
Diffstat (limited to 'test')
-rw-r--r--test/style/resource_loading.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/style/resource_loading.cpp b/test/style/resource_loading.cpp
index de3e6b812e..5539988a06 100644
--- a/test/style/resource_loading.cpp
+++ b/test/style/resource_loading.cpp
@@ -38,7 +38,6 @@ public:
~MockMapContext() {
style_.reset();
- env_.performCleanup();
}
void update() {