diff options
Diffstat (limited to 'Tests/Complex/Library/file2.cxx')
-rw-r--r-- | Tests/Complex/Library/file2.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Tests/Complex/Library/file2.cxx b/Tests/Complex/Library/file2.cxx index 29bc9d8..b52e547 100644 --- a/Tests/Complex/Library/file2.cxx +++ b/Tests/Complex/Library/file2.cxx @@ -1,23 +1,6 @@ -#include <Library/cmTestLibraryConfigure.h> #include <string.h> int file2() { return 1; } - -int PropertyTest() -{ - int ret = 1; -#ifndef ISABS - ret = 0; -#endif -#ifndef WRAPEX - ret = 0; -#endif - if(strcmp(FLAGS,"-foo -bar") != 0) - { - ret =0; - } - return ret; -} |