Skip to content

Commit

Permalink
cras_cpp_common: Melodic fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
peci1 committed Jan 5, 2025
1 parent 1627faa commit 744ec0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cras_cpp_common/test/test_node_utils_node_with_master.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ using namespace cras;

std::string ns; // NOLINT

#ifndef GTEST_SKIP
#define GTEST_SKIP() return;
#endif

TEST(NodeWithoutMaster, NoNamespace)
{
if (!ns.empty())
Expand Down

0 comments on commit 744ec0b

Please sign in to comment.