diff options
Diffstat (limited to 'Tests/SimpleExclude/dirC/dirB/t6.c')
-rw-r--r-- | Tests/SimpleExclude/dirC/dirB/t6.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/SimpleExclude/dirC/dirB/t6.c b/Tests/SimpleExclude/dirC/dirB/t6.c deleted file mode 100644 index e8877df..0000000 --- a/Tests/SimpleExclude/dirC/dirB/t6.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdio.h> - -int tlib6func() -{ - Should not be build unless target directory B, or C are build; - printf("This is T6\n"); - return 6; -} |