[cmake-commits] hoffman committed bartest.cxx 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 16 16:45:49 EST 2007


Update of /cvsroot/CMake/CMake/Tests/ConvLibrary
In directory public:/mounts/ram/cvs-serv16996/Tests/ConvLibrary

Modified Files:
	bartest.cxx 
Log Message:
ENH: fix for vs ide


Index: bartest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/ConvLibrary/bartest.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bartest.cxx	16 Feb 2007 21:12:16 -0000	1.1
+++ bartest.cxx	16 Feb 2007 21:45:47 -0000	1.2
@@ -25,11 +25,11 @@
     }
   if(car() == 30)
     {
-    printf("bar is 30!\n");
+    printf("car is 30!\n");
     }
   else
     {
-    printf("bar is not 30 error!\n");
+    printf("car is not 30 error!\n");
     return -1;
     }
   printf("Test past\n");



More information about the Cmake-commits mailing list