diff options
Diffstat (limited to 'Tests/SimpleInstall/TestSubDir/TSD_utils.cxx')
-rw-r--r-- | Tests/SimpleInstall/TestSubDir/TSD_utils.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx b/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx deleted file mode 100644 index 0f32894..0000000 --- a/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx +++ /dev/null @@ -1,9 +0,0 @@ -#include <string.h> - -int TSD(const char* foo) -{ - if (strcmp(foo, "TEST") == 0) { - return 0; - } - return 1; -} |