Skip to content

Commit

Permalink
I'm seeing
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Nyarko authored and Emmanuel Nyarko committed Feb 7, 2024
1 parent 9a8e0a0 commit 5569103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/stdcpp/test/list.d
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ unittest
{
auto p = list!int(5,5);
p.push_back(5);
/* p.push_front(7);
p.assign(5,5);
p.push_front(7);
/* p.assign(5,5);
p.pop_front();
p.resize(3);
p.clear();
Expand Down

0 comments on commit 5569103

Please sign in to comment.