diff --git a/sycl/test/basic_tests/interop-cuda-experimental.cpp b/sycl/test/basic_tests/interop-cuda-experimental.cpp index fc48f37d3fd9e..27f916f99aab6 100644 --- a/sycl/test/basic_tests/interop-cuda-experimental.cpp +++ b/sycl/test/basic_tests/interop-cuda-experimental.cpp @@ -1,6 +1,7 @@ // REQUIRES: cuda // RUN: %clangxx %fsycl-host-only -fsyntax-only -Xclang -verify -Xclang -verify-ignore-unexpected=note %s -o %t.out // RUN: %clangxx %fsycl-host-only -fsyntax-only -Xclang -verify -Xclang -verify-ignore-unexpected=note -D__SYCL_INTERNAL_API %s -o %t.out +// expected-no-diagnostics // Test for experimental CUDA interop API