Skip to content

Commit 5aedac4

Browse files
committed
fix
1 parent 9376136 commit 5aedac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/VirtualMem/virtual_mem_operations.cpp

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

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

9091
syclext::unmap(MappedPtr, AlignedByteSize, Context);
9192
syclext::free_virtual_mem(VirtualMemoryPtr, AlignedByteSize, Context);

0 commit comments

Comments
 (0)