Skip to content

Commit

Permalink
Remove deprecated test (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Apr 30, 2021
1 parent b566563 commit d8a31da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
10 changes: 0 additions & 10 deletions test/regression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@ ign_get_sources(tests)

ign_build_tests(TYPE REGRESSION SOURCES ${tests}
LIB_DEPS ${EXTRA_TEST_LIB_DEPS})

if(TARGET REGRESSION_deprecated)
# Turn off deprecation warnings specifically for the test of deprecated
# functions.
if(UNIX)
target_compile_options(REGRESSION_deprecated PRIVATE -Wno-deprecated-declarations)
elseif(MSVC)
target_compile_options(REGRESSION_deprecated PRIVATE /wd4996)
endif()
endif()
41 changes: 0 additions & 41 deletions test/regression/deprecated.cc

This file was deleted.

0 comments on commit d8a31da

Please sign in to comment.