Loading drm/1.0/vts/functional/drm_hal_vendor_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ class DrmHalVendorFactoryTest : public testing::TestWithParam<std::string> { // Do the same for the crypto factory cryptoFactory = VtsTestBase::getService<ICryptoFactory>(name); if (cryptoFactory == nullptr) { VtsTestBase::getService<ICryptoFactory>(); cryptoFactory = VtsTestBase::getService<ICryptoFactory>(); } ASSERT_NE(cryptoFactory, nullptr); Loading Loading
drm/1.0/vts/functional/drm_hal_vendor_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ class DrmHalVendorFactoryTest : public testing::TestWithParam<std::string> { // Do the same for the crypto factory cryptoFactory = VtsTestBase::getService<ICryptoFactory>(name); if (cryptoFactory == nullptr) { VtsTestBase::getService<ICryptoFactory>(); cryptoFactory = VtsTestBase::getService<ICryptoFactory>(); } ASSERT_NE(cryptoFactory, nullptr); Loading