diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/notInAllExe.cxx')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/notInAllExe.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/notInAllExe.cxx b/Tests/ComplexRelativePaths/Executable/notInAllExe.cxx deleted file mode 100644 index 70275cd..0000000 --- a/Tests/ComplexRelativePaths/Executable/notInAllExe.cxx +++ /dev/null @@ -1,10 +0,0 @@ -extern int notInAllLibFunc(); - -int main() -{ - return notInAllLibFunc(); -} - -#if 1 -# error "This target should not be compiled by ALL." -#endif |