mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
clang-tidy: remove redundant store operation
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1808ebd0f9
commit
2cffaa7dbf
@@ -728,7 +728,6 @@ TEST_F(KernelImmutableDataTests, givenKernelInitializedWithPrivateMemoryThenCont
|
||||
ModuleType::User,
|
||||
perHwThreadPrivateMemorySizeRequested,
|
||||
mockKernelImmDataForModuleWithoutPrivateMemory.get());
|
||||
result = ZE_RESULT_ERROR_MODULE_BUILD_FAILURE;
|
||||
result = moduleWithoutPrivateMemory->initialize(&moduleDesc, device->getNEODevice());
|
||||
EXPECT_EQ(result, ZE_RESULT_SUCCESS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user