diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-02-19 12:23:37 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-02-19 12:23:37 -0500 |
commit | 83b5890a2f05c68eec6bb74f13244172a9358ce6 (patch) | |
tree | c14a5aa1b498cd3e21ce7761e07ca3c5f113084a /Tests/SubDirSpaces/vcl_algorithm_vcl_pair_double.foo.c | |
parent | 74968ce1c7822608de25d90e4e5f16285bc0db8a (diff) | |
download | cmake-83b5890a2f05c68eec6bb74f13244172a9358ce6.tar.gz |
ENH: new test for spaces in the tree structure
Diffstat (limited to 'Tests/SubDirSpaces/vcl_algorithm_vcl_pair_double.foo.c')
-rw-r--r-- | Tests/SubDirSpaces/vcl_algorithm_vcl_pair_double.foo.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/SubDirSpaces/vcl_algorithm_vcl_pair_double.foo.c b/Tests/SubDirSpaces/vcl_algorithm_vcl_pair_double.foo.c new file mode 100644 index 0000000000..a0c60f75aa --- /dev/null +++ b/Tests/SubDirSpaces/vcl_algorithm_vcl_pair_double.foo.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +void vcl_stuff() +{ + printf("Placeholder for a file with strange name\n"); +} |