diff --git a/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp b/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp index ae747e94194c..70e8472cf3d4 100644 --- a/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp +++ b/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp @@ -81,7 +81,7 @@ namespace { // (anonymous) typedef Kokkos::Device test_device_type; typedef Tpetra::KokkosCompat::KokkosHIPWrapperNode test_node_type; #elif defined(KOKKOS_ENABLE_SYCL) - typedef Kokkos::Device test_device_type; + typedef Kokkos::Device test_device_type; typedef Tpetra::KokkosCompat::KokkosSYCLWrapperNode test_node_type; #endif typedef Tpetra::Map<>::local_ordinal_type LO;