Skip to content

Commit

Permalink
Update container.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jere8184 authored Jan 21, 2025
1 parent 64e278c commit cba975b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libopenage/curve/tests/container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ void test_array() {
TESTEQUALS(next_frame.second, 40); // value

// Test begin and end

auto it = a.begin(1);
TESTEQUALS(*it, 4);
++it;
Expand Down

0 comments on commit cba975b

Please sign in to comment.