mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Initialize HwInfo in tests
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
363a92f456
commit
a49b45a679
@@ -142,7 +142,7 @@ TEST(CompilerCacheHashTests, WhenHashingThenResultIsDeterministic) {
|
||||
|
||||
TEST(CompilerCacheHashTests, GivenCompilingOptionsWhenGettingCacheThenCorrectCacheIsReturned) {
|
||||
static const size_t bufSize = 64;
|
||||
HardwareInfo hwInfo;
|
||||
HardwareInfo hwInfo = *defaultHwInfo;
|
||||
|
||||
std::set<std::string> hashes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user