Skip to content

Commit c672930

Browse files
Fix whenAppendMemoryCopyIsCalledThenMemoryIsProperlyCopied aub test
Related-To: NEO-6661 Signed-off-by: Kamil Kopryk <[email protected]>
1 parent 18cafd3 commit c672930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

level_zero/core/test/aub_tests/aub_hello_world_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 Intel Corporation
2+
* Copyright (C) 2021-2022 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -35,7 +35,7 @@ TEST_F(AUBHelloWorldL0, whenAppendMemoryCopyIsCalledThenMemoryIsProperlyCopied)
3535
pCmdq->executeCommandLists(1, pHCmdList.get(), nullptr, false);
3636
pCmdq->synchronize(std::numeric_limits<uint32_t>::max());
3737

38-
EXPECT_TRUE(csr->expectMemory(dstMemory, srcMemory, val, AubMemDump::CmdServicesMemTraceMemoryCompare::CompareOperationValues::CompareEqual));
38+
EXPECT_TRUE(csr->expectMemory(dstMemory, srcMemory, size, AubMemDump::CmdServicesMemTraceMemoryCompare::CompareOperationValues::CompareEqual));
3939

4040
driverHandle->svmAllocsManager->freeSVMAlloc(srcMemory);
4141
driverHandle->svmAllocsManager->freeSVMAlloc(dstMemory);

0 commit comments

Comments
 (0)