Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 22, 2023
1 parent 0e99054 commit 3bf53e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/demangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SCENARIO("Test the demangle function correctly demangles symbols", "[util][deman
const char* symbol = nullptr;

WHEN("Demangle is called") {
std::string result = NUClear::util::demangle(symbol);
const std::string result = NUClear::util::demangle(symbol);

THEN("It should return an empty string") {
REQUIRE(result.empty());
Expand Down

0 comments on commit 3bf53e4

Please sign in to comment.