Skip to content

Commit

Permalink
make tests uniform based on a review
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Oct 15, 2024
1 parent 8b4821d commit a778646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/unit_test/Test_Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ TEST(IndexSequence, 3Dto5D) {
}

TEST(ToArray, lvalue) {
std::array<int, 3> arr{1, 2, 3};
std::array arr{1, 2, 3};
ASSERT_EQ(KokkosFFT::Impl::to_array(arr), (Kokkos::Array{1, 2, 3}));
}

Expand Down

0 comments on commit a778646

Please sign in to comment.