Skip to content

Commit 13aed34

Browse files
author
Hugh Delaney
committed
Remove early exit in test
1 parent 8e6cc34 commit 13aed34

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sycl/test-e2e/HostInteropTask/interop-task-cuda-buffer-migrate.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ int main() {
2828
platform(gpu_selector_v).get_devices(info::device_type::gpu);
2929
std::cout << Devices.size() << " devices found" << std::endl;
3030

31-
if (Devices.size() == 1) {
32-
// Since this is XFAIL for Devices.size() > 1 we need to return failure if
33-
// test can't run
34-
return 1;
35-
}
36-
3731
context C(Devices);
3832

3933
int Index = 0;

0 commit comments

Comments
 (0)