diff --git a/sycl/test-e2e/Basic/interop/interop_all_backends.cpp b/sycl/test-e2e/Basic/interop/interop_all_backends.cpp index c4dec5e6f670c..5ab028c5540d1 100644 --- a/sycl/test-e2e/Basic/interop/interop_all_backends.cpp +++ b/sycl/test-e2e/Basic/interop/interop_all_backends.cpp @@ -1,7 +1,5 @@ -// XFAIL: target-nvidia -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16070 // RUN: %if target-spir %{ %{build} -o %t-opencl.out %} -// RUN: %if target-nvidia %{ %{build} -isystem %sycl_include -DBUILD_FOR_CUDA -o %t-cuda.out %} +// RUN: %if target-nvidia %{ %{build} -DBUILD_FOR_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL -o %t-cuda.out %} // RUN: %if target-amd %{ %{build} -DBUILD_FOR_HIP -o %t-hip.out %} #include