summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Library/create_file.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-01-18 17:03:32 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-01-18 17:03:32 (GMT)
commit914e051fd781b2f90e731e4bf967b5bcccc56962 (patch)
tree6543b6d67672291ecf91de40af8bf6742f52739f /Tests/ComplexOneConfig/Library/create_file.cxx
parent6d1a312c7b9fb89d1f3e1da992941fec2e4df7ac (diff)
downloadCMake-914e051fd781b2f90e731e4bf967b5bcccc56962.zip
CMake-914e051fd781b2f90e731e4bf967b5bcccc56962.tar.gz
CMake-914e051fd781b2f90e731e4bf967b5bcccc56962.tar.bz2
Increase coverage, add tests
Diffstat (limited to 'Tests/ComplexOneConfig/Library/create_file.cxx')
-rw-r--r--Tests/ComplexOneConfig/Library/create_file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Library/create_file.cxx b/Tests/ComplexOneConfig/Library/create_file.cxx
index 68a9bb8..d415519 100644
--- a/Tests/ComplexOneConfig/Library/create_file.cxx
+++ b/Tests/ComplexOneConfig/Library/create_file.cxx
@@ -22,7 +22,7 @@ int main (int argc, char *argv[])
return EXIT_FAILURE;
}
- fprintf(stdout, "Creating %s!\n", argv[1]);
+ fprintf(stdout, ">> Creating %s!\n", argv[1]);
return EXIT_SUCCESS;
}