summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Library/moduleFile.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-12-23 19:50:21 (GMT)
committerBrad King <brad.king@kitware.com>2011-12-23 21:16:49 (GMT)
commit137e5974bcde960cf408eb4027d35defa9a93217 (patch)
treed3d7baa2906c235ae965099ac49ffb6a06f98646 /Tests/ComplexOneConfig/Library/moduleFile.c
parent63379207e189688d7e266e6b27420300c9761caf (diff)
downloadCMake-137e5974bcde960cf408eb4027d35defa9a93217.zip
CMake-137e5974bcde960cf408eb4027d35defa9a93217.tar.gz
CMake-137e5974bcde960cf408eb4027d35defa9a93217.tar.bz2
complex: Remove dynamic loader tests
Everything covered by these tests is now covered by the KWSys DynamicLoader test and the Plugin test.
Diffstat (limited to 'Tests/ComplexOneConfig/Library/moduleFile.c')
-rw-r--r--Tests/ComplexOneConfig/Library/moduleFile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/ComplexOneConfig/Library/moduleFile.c b/Tests/ComplexOneConfig/Library/moduleFile.c
deleted file mode 100644
index 608d750..0000000
--- a/Tests/ComplexOneConfig/Library/moduleFile.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "moduleFile.h"
-
-int ModuleFunction()
-{
- return 1;
-}