mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Silence clang-tidy warnings.
Change-Id: Ia71a126fefa598d4fa0e2b2fe51fb7d8574f0b68 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
dc110e2254
commit
1544f23281
@ -22,10 +22,10 @@ struct MockAubCenterFixture {
|
||||
MockAubCenterFixture() = default;
|
||||
MockAubCenterFixture(CommandStreamReceiverType commandStreamReceiverType) : commandStreamReceiverType(commandStreamReceiverType){};
|
||||
|
||||
void SetUp() {
|
||||
void SetUp() { // NOLINT(readability-identifier-naming)
|
||||
setMockAubCenter(*platform()->peekExecutionEnvironment()->rootDeviceEnvironments[0], commandStreamReceiverType);
|
||||
}
|
||||
void TearDown() {
|
||||
void TearDown() { // NOLINT(readability-identifier-naming)
|
||||
}
|
||||
|
||||
static void setMockAubCenter(RootDeviceEnvironment &rootDeviceEnvironment) {
|
||||
|
Reference in New Issue
Block a user