summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Executable/A.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/A.cxx')
-rw-r--r--Tests/ComplexRelativePaths/Executable/A.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/A.cxx b/Tests/ComplexRelativePaths/Executable/A.cxx
deleted file mode 100644
index 0cc995a..0000000
--- a/Tests/ComplexRelativePaths/Executable/A.cxx
+++ /dev/null
@@ -1,7 +0,0 @@
-// Include code from a header that should not be compiled separately.
-#include "A.hh"
-
-int main()
-{
- return A();
-}