From a5a0558bde5d67617b6f305179063cd4e0ac329e Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Wed, 5 Jul 2017 18:04:15 +0300 Subject: [test] allow only a single shared display to avoid egl errors --- test/gl/object.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/gl') diff --git a/test/gl/object.test.cpp b/test/gl/object.test.cpp index cf887dab40..30699718b3 100644 --- a/test/gl/object.test.cpp +++ b/test/gl/object.test.cpp @@ -47,7 +47,7 @@ TEST(GLObject, Value) { } TEST(GLObject, Store) { - HeadlessBackend backend { test::sharedDisplay() }; + HeadlessBackend backend; BackendScope scope { backend }; OffscreenView view(backend.getContext()); -- cgit v1.2.1