diff --git a/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp b/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp index 296ee82184ad5..f468d3e2ffaa0 100644 --- a/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp +++ b/sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp @@ -2,6 +2,7 @@ // RUN: %clangxx -fsycl -fno-sycl-unnamed-lambda %s // RUN: %clangxx -fsycl -fsycl-host-compiler=g++ %s // REQUIRES: linux +// UNSUPPORTED: libcxx // This test serves as a sanity check that compilation succeeds // for a simple free function kernel when using the host compiler