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 1dd811e commit 64e278c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libopenage/curve/tests/container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ void test_array() {

// Test begin and end

auto it = a.begin(openage::time::time_t(1));
auto it = a.begin(1);
TESTEQUALS(*it, 4);
++it;
TESTEQUALS(*it, 5);
Expand Down

0 comments on commit 64e278c

Please sign in to comment.