Skip to content

Commit 9376136

Browse files
committed
fix
1 parent 4be4918 commit 9376136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/VirtualMem/virtual_mem_operations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int main() {
8585
syclext::address_access_mode::read_write);
8686

8787
assert(MappedPtr == reinterpret_cast<void *>(VirtualMemoryPtr) &&
88-
"ptrs arent equal");
88+
"value returned from a valid call to map() must be equal reinterpret_cast<void *>(ptr)");
8989

9090
syclext::unmap(MappedPtr, AlignedByteSize, Context);
9191
syclext::free_virtual_mem(VirtualMemoryPtr, AlignedByteSize, Context);

0 commit comments

Comments
 (0)