diff --git a/sycl/test-e2e/FreeFunctionKernels/template_specialization.cpp b/sycl/test-e2e/FreeFunctionKernels/template_specialization.cpp index 8284c42f60eae..94e5ccc1f858c 100644 --- a/sycl/test-e2e/FreeFunctionKernels/template_specialization.cpp +++ b/sycl/test-e2e/FreeFunctionKernels/template_specialization.cpp @@ -163,7 +163,7 @@ int main() { test_func_custom_type(); test_func, float>(); test_func, uint32_t>(); - test_func, int>(); + test_func, double>(); test_func, float>(); test_accessor(); test_shared();