mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
refactor: correct naming of enum class constants 1/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1fcafd460a
commit
da957d1a37
@@ -406,7 +406,7 @@ TEST_F(DeviceGetCapsTest, whenDriverModelHasLimitationForMaxMemoryAllocationSize
|
||||
}
|
||||
|
||||
TEST_F(DeviceGetCapsTest, WhenDeviceIsCreatedThenVmeIsEnabled) {
|
||||
DebugSettingsManager<DebugFunctionalityLevel::RegKeys> freshDebugSettingsManager("");
|
||||
DebugSettingsManager<DebugFunctionalityLevel::regKeys> freshDebugSettingsManager("");
|
||||
EXPECT_TRUE(freshDebugSettingsManager.flags.EnableIntelVme.get());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user