Skip to content

Commit

Permalink
✅ update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Apr 2, 2024
1 parent 8fb4a11 commit f3a7c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/views/names_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ template<typename Ntk>
void test_copy_names_view()
{
Ntk ntk_empty;
names_view<Ntk> new_named_ntk_empty = ntk_empty;
names_view<Ntk> new_named_ntk_empty;
new_named_ntk_empty = ntk_empty;
CHECK( new_named_ntk_empty.get_network_name() == "" );

Ntk ntk;
Expand Down

0 comments on commit f3a7c16

Please sign in to comment.