diff --git a/Tests/Complex/Executable/complex.cxx b/Tests/Complex/Executable/complex.cxx index f182ce315..6c62da37b 100644 --- a/Tests/Complex/Executable/complex.cxx +++ b/Tests/Complex/Executable/complex.cxx @@ -1011,7 +1011,7 @@ int main() } else { - cmPassed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); + cmFailed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); } // next run with shouldPass = true, this will // run with B/libA.a removed and should create the order diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx index f182ce315..6c62da37b 100644 --- a/Tests/ComplexOneConfig/Executable/complex.cxx +++ b/Tests/ComplexOneConfig/Executable/complex.cxx @@ -1011,7 +1011,7 @@ int main() } else { - cmPassed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); + cmFailed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); } // next run with shouldPass = true, this will // run with B/libA.a removed and should create the order diff --git a/Tests/ComplexRelativePaths/Executable/complex.cxx b/Tests/ComplexRelativePaths/Executable/complex.cxx index f182ce315..6c62da37b 100644 --- a/Tests/ComplexRelativePaths/Executable/complex.cxx +++ b/Tests/ComplexRelativePaths/Executable/complex.cxx @@ -1011,7 +1011,7 @@ int main() } else { - cmPassed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); + cmFailed("CMake cmOrderLinkDirectories failed to fail when given an impossible set of paths."); } // next run with shouldPass = true, this will // run with B/libA.a removed and should create the order