From a7a7e8cbe29e672d020db1d150e887f33d584a2d Mon Sep 17 00:00:00 2001 From: Mikko Pulkki Date: Tue, 15 Oct 2019 12:03:04 +0300 Subject: [render-test] Implement gfx probe for tracking gpu resources --- test/gl/context.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/gl') diff --git a/test/gl/context.test.cpp b/test/gl/context.test.cpp index 5c42eb9344..9c709b7597 100644 --- a/test/gl/context.test.cpp +++ b/test/gl/context.test.cpp @@ -119,5 +119,5 @@ TEST(GLContextMode, Shared) { MBGL_CHECK_ERROR(glDrawArrays(GL_TRIANGLE_STRIP, 0, 3)); } - test::checkImage("test/fixtures/shared_context", frontend.render(map), 0.5, 0.1); + test::checkImage("test/fixtures/shared_context", frontend.render(map).image, 0.5, 0.1); } -- cgit v1.2.1