diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-16 21:45:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-16 21:45:47 (GMT) |
commit | fad49c87246d190e66fc60c1ac2698740215ef16 (patch) | |
tree | 2cf862a96c0e96ad60aa7eb586b107d7dbb818a8 /Tests/ConvLibrary | |
parent | ca0230a33eea074a7beee74dd1ecc50134068359 (diff) | |
download | CMake-fad49c87246d190e66fc60c1ac2698740215ef16.zip CMake-fad49c87246d190e66fc60c1ac2698740215ef16.tar.gz CMake-fad49c87246d190e66fc60c1ac2698740215ef16.tar.bz2 |
ENH: fix for vs ide
Diffstat (limited to 'Tests/ConvLibrary')
-rw-r--r-- | Tests/ConvLibrary/bartest.cxx | 4 |
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"); |