diff options
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirA/t3.c')
-rw-r--r-- | Tests/SimpleExclude/dirC/dirA/t3.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/SimpleExclude/dirC/dirA/t3.c b/Tests/SimpleExclude/dirC/dirA/t3.c deleted file mode 100644 index 1366dc0..0000000 --- a/Tests/SimpleExclude/dirC/dirA/t3.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> - -int main(int argc, char* argv[]) -{ - Should not be build unless target directory A, B, or C are build; - return 0; -} |