From 22acc2f14c9a21a3c6f8dbfc2adc689d6cd921bb Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Thu, 18 Jun 2015 13:59:44 +0300 Subject: 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. --- test/style/resource_loading.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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() { -- cgit v1.2.1