Skip to content

Commit 744ec0b

Browse files
committed
cras_cpp_common: Melodic fix.
1 parent 1627faa commit 744ec0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cras_cpp_common/test/test_node_utils_node_with_master.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ using namespace cras;
2222

2323
std::string ns; // NOLINT
2424

25+
#ifndef GTEST_SKIP
26+
#define GTEST_SKIP() return;
27+
#endif
28+
2529
TEST(NodeWithoutMaster, NoNamespace)
2630
{
2731
if (!ns.empty())

0 commit comments

Comments
 (0)