Skip to content

Commit 35372a9

Browse files
committed
Fix conflict resolution on e2e test.
1 parent 3e49e29 commit 35372a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/queue/release.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int main() {
1313
return 0;
1414
}
1515

16-
// CHECK: ---> urEnqueueKernelLaunch(
16+
// CHECK: <--- urEnqueueKernelLaunch(
1717
// FIXME the order of these 2 varies between adapters due to a Level Zero
1818
// specific queue workaround.
1919
// CHECK-DAG: <--- urEventRelease(

0 commit comments

Comments
 (0)