diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/testConly.c')
-rw-r--r-- | Tests/ComplexRelativePaths/Library/testConly.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Tests/ComplexRelativePaths/Library/testConly.c b/Tests/ComplexRelativePaths/Library/testConly.c deleted file mode 100644 index 2d83f77..0000000 --- a/Tests/ComplexRelativePaths/Library/testConly.c +++ /dev/null @@ -1,13 +0,0 @@ -#include "testConly.h" -#include <stdio.h> - -int CsharedFunction() -{ -#ifndef TEST_C_FLAGS - printf("TEST_C_FLAGS failed\n"); - return 0; -#else - printf("Passed: TEST_C_FLAGS passed\n"); -#endif - return 1; -} |