Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
jere8184 committed Dec 10, 2024
1 parent de6020b commit 6420b76
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libopenage/curve/tests/curve_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,7 @@ void curve_types() {
const auto res = a.get_all(1);
TESTEQUALS(res[0], 0);
TESTEQUALS(res[1], 1);

for(auto it = a.begin(0); it != a.end(0); ++it)
{
std::cout << *it << " ";
}
//TODO
}
}

Expand Down

0 comments on commit 6420b76

Please sign in to comment.