summaryrefslogtreecommitdiffstats
path: root/Tests/ConvLibrary/bartest.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-16 21:45:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-16 21:45:47 (GMT)
commitfad49c87246d190e66fc60c1ac2698740215ef16 (patch)
tree2cf862a96c0e96ad60aa7eb586b107d7dbb818a8 /Tests/ConvLibrary/bartest.cxx
parentca0230a33eea074a7beee74dd1ecc50134068359 (diff)
downloadCMake-fad49c87246d190e66fc60c1ac2698740215ef16.zip
CMake-fad49c87246d190e66fc60c1ac2698740215ef16.tar.gz
CMake-fad49c87246d190e66fc60c1ac2698740215ef16.tar.bz2
ENH: fix for vs ide
Diffstat (limited to 'Tests/ConvLibrary/bartest.cxx')
-rw-r--r--Tests/ConvLibrary/bartest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ConvLibrary/bartest.cxx b/Tests/ConvLibrary/bartest.cxx
index aa3afcb..ab95773 100644
--- a/Tests/ConvLibrary/bartest.cxx
+++ b/Tests/ConvLibrary/bartest.cxx
@@ -25,11 +25,11 @@ int main()
}
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");