Skip to content

Commit

Permalink
Test updates for new googletest version
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Jun 28, 2022
1 parent 340245e commit 230dcca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Factory_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#include <algorithm>
#include <cstddef>

#include "gz/msgs/test_config.h"
#include "gz/msgs/MessageTypes.hh"
#include "gz/msgs/Factory.hh"
#include "test_config.hh"

using namespace gz;

Expand Down
2 changes: 1 addition & 1 deletion tools/gz_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <string>
#include <gtest/gtest.h>
#include <gz/msgs/config.hh>
#include "gz/msgs/test_config.h"
#include "test_config.hh"

#ifdef _MSC_VER
# define popen _popen
Expand Down

0 comments on commit 230dcca

Please sign in to comment.