Skip to content

Commit 1aefa2b

Browse files
test: update logger ults
Related-To: NEO-16500 Signed-off-by: Narendra Bagria <[email protected]>
1 parent fe99084 commit 1aefa2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/test/unit_test/utilities/logger_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ TEST(MemoryPoolLogging, givenGraphicsMemoryPoolWhenConvertingToStringThenCorrect
600600
TEST(CpuGpuVaLogging, givenAllocationWithCpuVaWhenLoggingAllocationThenCpuVaRangeIsLoggedToFile) {
601601
std::string testFile = "testfile";
602602
DebugVariables flags;
603-
flags.LogAllocationType.set(1);
603+
flags.LogAllocationMemoryPool.set(1);
604604

605605
FullyEnabledFileLogger fileLogger(testFile, flags);
606606

@@ -622,7 +622,7 @@ TEST(CpuGpuVaLogging, givenAllocationWithCpuVaWhenLoggingAllocationThenCpuVaRang
622622
TEST(CpuGpuVaLogging, givenAllocationWithoutCpuVaWhenLoggingAllocationThenNullIsLoggedToFile) {
623623
std::string testFile = "testfile";
624624
DebugVariables flags;
625-
flags.LogAllocationType.set(1);
625+
flags.LogAllocationMemoryPool.set(1);
626626

627627
FullyEnabledFileLogger fileLogger(testFile, flags);
628628

0 commit comments

Comments
 (0)