Skip to content
Snippets Groups Projects
Commit 1c6b41be authored by Stephen Kelly's avatar Stephen Kelly
Browse files

Remember to surround the other deprecated test in the Borland check.

parent 3f7e0364
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,8 @@ static_build_pass("Libstatic l; return l.libstatic_exported();" "Failed to build
if (NOT ${CMAKE_CXX_COMPILER_ID} MATCHES Borland)
static_build_fail("Libstatic l; return l.libstatic_deprecated();" "Built use of deprecated class method. This should not be possible.")
static_build_fail("libstatic_deprecated();" "Built use of deprecated function. This should not be possible.")
else()
static_build_pass("Libstatic l; return l.libstatic_deprecated();" "Built use of deprecated class method. This should not be possible.")
static_build_pass("libstatic_deprecated();" "Built use of deprecated function. This should not be possible.")
endif()
static_build_fail("libstatic_deprecated();" "Built use of deprecated function. This should not be possible.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment