Skip to content
Snippets Groups Projects
Commit 98537ff2 authored by Ben Cumming's avatar Ben Cumming Committed by Sam Yates
Browse files

Add curly braces to one test to silence gcc 7.1 warnings (#327)

There was a spurious warning with gcc 7.1.x in `test_algorithms` as a result of using a Google Test macro (`EXPECT_EQ`) inside an `if` block without surrounding `{}`. This fix adds the missing braces to silence the warnings.
parent ecb1b049
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment