Преглед на файлове

ENH: try to see if there is still a problem

Bill Hoffman преди 20 години
родител
ревизия
332cd81fdd
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      Tests/Complex/Executable/complex.cxx
  2. 1 1
      Tests/ComplexOneConfig/Executable/complex.cxx
  3. 1 1
      Tests/ComplexRelativePaths/Executable/complex.cxx

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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