summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Library/create_file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Complex/Library/create_file.cxx')
-rw-r--r--Tests/Complex/Library/create_file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Complex/Library/create_file.cxx b/Tests/Complex/Library/create_file.cxx
index 68a9bb8..d415519 100644
--- a/Tests/Complex/Library/create_file.cxx
+++ b/Tests/Complex/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;
}