Skip to content

Commit

Permalink
Fix deprecated test namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 26, 2022
1 parent e00612f commit fa1601b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/deprecated_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <gtest/gtest.h>

#include <ignition/sim/System.hh>
#include <ignition/gazebo/System.hh>
#include <ignition/utils/SuppressWarning.hh>

IGN_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION
Expand All @@ -26,7 +26,7 @@ IGN_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION
// Make sure the ignition namespace still works
TEST(Deprecated, IgnitionNamespace)
{
ignition::sim::System system;
ignition::gazebo::System system;
}

#undef SUPPRESS_IGNITION_HEADER_DEPRECATION
Expand Down

0 comments on commit fa1601b

Please sign in to comment.