Skip to content

Commit

Permalink
Update test/unit/utility/views/chunk_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed May 31, 2022
1 parent 25410d7 commit c19e020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utility/views/chunk_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ TYPED_TEST(chunk_view_test, concepts)

TYPED_TEST(chunk_view_test, construction)
{
EXPECT_EQ(std::default_initializable<decltype(this->v)>),
EXPECT_EQ(std::default_initializable<decltype(this->v)>,
std::default_initializable<std::views::all_t<decltype(this->text)>>);
EXPECT_TRUE((std::is_copy_constructible_v<decltype(this->v)>));
EXPECT_TRUE((std::is_move_constructible_v<decltype(this->v)>));
Expand Down

0 comments on commit c19e020

Please sign in to comment.