Skip to content

Commit

Permalink
Appease clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Jul 2, 2020
1 parent 680b0ce commit 455270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/coordinate_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static_assert( tripoint_abs_omt::dimension == 3, "" );

TEST_CASE( "coordinate_strings", "[coords]" )
{
CHECK( point_abs_omt( 3, 4 ).to_string() == "(3,4)" );
CHECK( point_abs_omt( point( 3, 4 ) ).to_string() == "(3,4)" );

SECTION( "coord_point_matches_point" ) {
point p = GENERATE( take( num_trials, random_points() ) );
Expand Down

0 comments on commit 455270d

Please sign in to comment.