ENH: try to see if there is still a problem

This commit is contained in:
Bill Hoffman 2005-03-11 13:12:02 -05:00
parent 1ab9f4747d
commit 332cd81fdd
3 changed files with 3 additions and 3 deletions

View File

@ -1011,7 +1011,7 @@ int main()
} }
else 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 // next run with shouldPass = true, this will
// run with B/libA.a removed and should create the order // run with B/libA.a removed and should create the order

View File

@ -1011,7 +1011,7 @@ int main()
} }
else 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 // next run with shouldPass = true, this will
// run with B/libA.a removed and should create the order // run with B/libA.a removed and should create the order

View File

@ -1011,7 +1011,7 @@ int main()
} }
else 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 // next run with shouldPass = true, this will
// run with B/libA.a removed and should create the order // run with B/libA.a removed and should create the order