Update Kokkos library in LAMMPS to v3.6.0
This commit is contained in:
@ -84,8 +84,8 @@ std::size_t do_comma_emulation_test(std::integer_sequence<std::size_t, Idxs...>,
|
||||
}
|
||||
|
||||
TEST(utilities, comma_operator_emulation) {
|
||||
ASSERT_EQ(
|
||||
0, do_comma_emulation_test(std::make_index_sequence<5>{}, 0, 1, 2, 3, 4));
|
||||
ASSERT_EQ(0u, do_comma_emulation_test(std::make_index_sequence<5>{}, 0, 1, 2,
|
||||
3, 4));
|
||||
}
|
||||
|
||||
} // namespace Test
|
||||
|
||||
Reference in New Issue
Block a user