refactor: correct naming of enum class constants 6/n

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-13 09:17:24 +00:00
committed by Compute-Runtime-Automation
parent b802ebf7b7
commit 739d181026
118 changed files with 690 additions and 690 deletions

View File

@@ -33,7 +33,7 @@ CommandStreamReceiver *createCommandStream(ExecutionEnvironment &executionEnviro
}
if (ultHwConfig.aubTestName != nullptr) {
if (testMode == TestMode::AubTestsWithTbx) {
if (testMode == TestMode::aubTestsWithTbx) {
return TbxCommandStreamReceiver::create(ultHwConfig.aubTestName, true, executionEnvironment, rootDeviceIndex, deviceBitfield);
} else {
return AUBCommandStreamReceiver::create(ultHwConfig.aubTestName, true, executionEnvironment, rootDeviceIndex, deviceBitfield);