diff --git a/test/functional/kernel/basic-single-loop/test-kernel-basic-single-loop.cpp.in b/test/functional/kernel/basic-single-loop/test-kernel-basic-single-loop.cpp.in index 9b54015cda..76c8371df9 100644 --- a/test/functional/kernel/basic-single-loop/test-kernel-basic-single-loop.cpp.in +++ b/test/functional/kernel/basic-single-loop/test-kernel-basic-single-loop.cpp.in @@ -80,11 +80,11 @@ using OpenMPKernelExecPols = camp::list< using OpenMPTargetKernelExecPols = camp::list< - RAJA::KernelPolicy< - RAJA::statement::For<0, RAJA::omp_target_parallel_for_exec<4>, - RAJA::statement::Lambda<0, RAJA::Segs<0>> - > - >, +//RAJA::KernelPolicy< +// RAJA::statement::For<0, RAJA::omp_target_parallel_for_exec<4>, +// RAJA::statement::Lambda<0, RAJA::Segs<0>> +// > +//>, RAJA::KernelPolicy< RAJA::statement::For<0, RAJA::omp_target_parallel_for_exec_nt,