summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Executable
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-03-02 23:56:46 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-03-02 23:56:46 (GMT)
commit17f474b0d4e63ad65375f8cd84059528bb93e614 (patch)
tree8b1e57a0ec09743cc2d48605b333bbbdb565baeb /Tests/ComplexOneConfig/Executable
parent7007b41dcb28801f4f467f037b3a3e98a8b4c02b (diff)
downloadCMake-17f474b0d4e63ad65375f8cd84059528bb93e614.zip
CMake-17f474b0d4e63ad65375f8cd84059528bb93e614.tar.gz
CMake-17f474b0d4e63ad65375f8cd84059528bb93e614.tar.bz2
ENH: reverse last changes to avoid dashboard failures
Diffstat (limited to 'Tests/ComplexOneConfig/Executable')
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.cxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx
index 78f5b73..1245dbb 100644
--- a/Tests/ComplexOneConfig/Executable/complex.cxx
+++ b/Tests/ComplexOneConfig/Executable/complex.cxx
@@ -999,29 +999,6 @@ int main()
#else
cmPassed("CMake SET CACHE FORCE");
#endif
-
- // first run with shouldFail = true, this will
- // run with A B C as set by the CMakeList.txt file.
- if(!TestLibraryOrder(true))
- {
- cmPassed("CMake cmOrderLinkDirectories worked.");
- }
- else
- {
- 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
- // B C A
- if(TestLibraryOrder(false))
- {
- cmPassed("CMake cmOrderLinkDirectories worked.");
- }
- else
- {
- cmFailed("CMake cmOrderLinkDirectories failed.");
- }
-
// ----------------------------------------------------------------------
// Summary