Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jul 7, 2019
1 parent f285a1c commit 75c4490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ TEST_CASE("coll_get_aabb_vertices_2d")
REQUIRE(std::find(ret.begin(), ret.end(), v2d{10., -10.}) != ret.end());
REQUIRE(std::find(ret.begin(), ret.end(), v2d{-10., -10.}) != ret.end());
REQUIRE(std::find(ret.begin(), ret.end(), v2d{10., 10.}) != ret.end());
}
}

0 comments on commit 75c4490

Please sign in to comment.