diff --git a/sycl/test/function-pointers/pass-fp-through-buffer.cpp b/sycl/test/function-pointers/pass-fp-through-buffer.cpp index bcc203f092b90..70f37e6fe33a9 100644 --- a/sycl/test/function-pointers/pass-fp-through-buffer.cpp +++ b/sycl/test/function-pointers/pass-fp-through-buffer.cpp @@ -62,7 +62,7 @@ int main() { bufA.template get_access(CGH); auto AccB = bufB.template get_access(CGH); auto AccDT = - DispatchTable.template get_access(CGH); + DispatchTable.template get_access(CGH); CGH.parallel_for( KE, cl::sycl::range<1>(Size), [=](cl::sycl::id<1> Index) { auto FP =