mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
test: fix minor errors
Related-To: NEO-15156, GSD-9939 Fixes warnings of variable not used and function override. Signed-off-by: Chandio, Bibrak Qamar <bibrak.qamar.chandio@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ef318257fc
commit
712dc8221e
@@ -1346,6 +1346,7 @@ TEST_F(ContextTest, whenCallingQueryVirtualMemPageSizeWithInvalidStartAddressThe
|
||||
EXPECT_EQ(pageSize, defaultPageSize);
|
||||
|
||||
res = contextImp->destroy();
|
||||
EXPECT_EQ(ZE_RESULT_SUCCESS, res);
|
||||
}
|
||||
|
||||
TEST_F(ContextTest, whenCallingPhysicalMemInterfacesThenSuccessIsReturned) {
|
||||
|
||||
Reference in New Issue
Block a user