fix warning on Windows
This commit is contained in:
parent
655577bad2
commit
fe37e82311
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ TEST_F(TestNodeFixture, test_rcl_node_accessors) {
|
||||||
assert_no_realloc_end();
|
assert_no_realloc_end();
|
||||||
assert_no_free_end();
|
assert_no_free_end();
|
||||||
stop_memory_checking();
|
stop_memory_checking();
|
||||||
EXPECT_TRUE(actual_node_name);
|
EXPECT_TRUE(actual_node_name ? true : false);
|
||||||
if (actual_node_name) {
|
if (actual_node_name) {
|
||||||
EXPECT_EQ(std::string(name), std::string(actual_node_name));
|
EXPECT_EQ(std::string(name), std::string(actual_node_name));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue