Skip to content

Commit e5203c1

Browse files
committed
fix
1 parent 20579ed commit e5203c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/VirtualMem/virtual_mem_usm_compatibility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ int main() {
9696
Queue
9797
.parallel_for(NumberOfElements,
9898
[=](sycl::id<1> Idx) { CopyBack[Idx] = DataPtr[Idx]; })
99-
.wait_and_throw();
99+
.wait_and_throw();
100100

101101
for (size_t i = 0; i < NumberOfElements; i++) {
102102
if (CopyBack[i] != ExpectedResultAfterMemSetOperation) {

0 commit comments

Comments
 (0)