diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 17:03:32 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 17:03:32 (GMT) |
commit | 914e051fd781b2f90e731e4bf967b5bcccc56962 (patch) | |
tree | 6543b6d67672291ecf91de40af8bf6742f52739f /Tests/ComplexOneConfig/Library/create_file.cxx | |
parent | 6d1a312c7b9fb89d1f3e1da992941fec2e4df7ac (diff) | |
download | CMake-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.cxx | 2 |
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; } |