mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Correct shared fixture methods name to meet clang-tidy requirements
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6ab8480ade
commit
5ffeac44c5
@ -666,9 +666,9 @@ TEST_F(KernelPrivateSurfaceTest, WhenPrivateSurfaceAllocationFailsThenOutOfResou
|
||||
delete kernel;
|
||||
};
|
||||
auto f = new MemoryManagementFixture();
|
||||
f->SetUp();
|
||||
f->setUp();
|
||||
f->injectFailures(method);
|
||||
f->TearDown();
|
||||
f->tearDown();
|
||||
delete f;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user