mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: use explicit type in unit test
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f9e4381c1e
commit
68406947c6
@@ -148,7 +148,7 @@ TEST_F(RegistryReaderTest, givenRegistryReaderWhenPrefixedEnvironmentInt64Variab
|
||||
struct DebugReaderWithRegistryAndEnvTest : ::testing::Test {
|
||||
VariableBackup<uint32_t> openRegCountBackup{&SysCalls::regOpenKeySuccessCount};
|
||||
VariableBackup<uint32_t> queryRegCountBackup{&SysCalls::regQueryValueSuccessCount};
|
||||
TestedRegistryReader registryReader{""};
|
||||
TestedRegistryReader registryReader{std::string("")};
|
||||
};
|
||||
|
||||
TEST_F(DebugReaderWithRegistryAndEnvTest, givenIntDebugKeyWhenReadFromRegistrySucceedsThenReturnObtainedValue) {
|
||||
|
||||
Reference in New Issue
Block a user