diff options
author | Brad King <brad.king@kitware.com> | 2011-12-23 19:13:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-23 21:16:45 (GMT) |
commit | 6a7582124cb19a5c869263e9bec716be76c7640a (patch) | |
tree | a489ab39c56c039a44544e56e770a3ee4ec9a65f /Tests/ComplexRelativePaths/Executable/complex.file.cxx | |
parent | 4e985000124931cb8219da35cc507b4ccf05d30f (diff) | |
download | CMake-6a7582124cb19a5c869263e9bec716be76c7640a.zip CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.gz CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.bz2 |
complex: Remove ancient unused ComplexRelativePaths test
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/complex.file.cxx')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/complex.file.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/complex.file.cxx b/Tests/ComplexRelativePaths/Executable/complex.file.cxx deleted file mode 100644 index e873fa6..0000000 --- a/Tests/ComplexRelativePaths/Executable/complex.file.cxx +++ /dev/null @@ -1,8 +0,0 @@ -#if 0 -#include "cmMissingHeader.h" -#endif - -int main(int , char**) -{ - return 0; -} |