Skip to content

Commit 0e7e10c

Browse files
committed
Finish Step 8: Enable tests
1 parent b5981e9 commit 0e7e10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/DiligentCoreAPITest/src/InlineConstantsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class InlineConstants : public ::testing::Test
213213
GPUTestingEnvironment* pEnv = GPUTestingEnvironment::GetInstance();
214214
IRenderDevice* pDevice = pEnv->GetDevice();
215215

216-
if (!pDevice->GetDeviceInfo().IsD3DDevice() && !pDevice->GetDeviceInfo().IsVulkanDevice())
216+
if (!pDevice->GetDeviceInfo().IsD3DDevice() && !pDevice->GetDeviceInfo().IsVulkanDevice() && !pDevice->GetDeviceInfo().IsGLDevice())
217217
{
218218
GTEST_SKIP();
219219
}

0 commit comments

Comments
 (0)