aboutsummaryrefslogtreecommitdiff
path: root/unittests/Utility/Inputs/TestModule.c
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-16 16:04:10 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-16 16:04:10 +0000
commit74a628f776edb588bff8f8f5cc16eac947c9d631 (patch)
treedc32e010ac4902621e5a279bfeb48628f7f0e166 /unittests/Utility/Inputs/TestModule.c
parentafed7be32164a598f8172282c249af7266c48b46 (diff)
Diffstat (limited to 'unittests/Utility/Inputs/TestModule.c')
-rw-r--r--unittests/Utility/Inputs/TestModule.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/unittests/Utility/Inputs/TestModule.c b/unittests/Utility/Inputs/TestModule.c
deleted file mode 100644
index 6347f7264944..000000000000
--- a/unittests/Utility/Inputs/TestModule.c
+++ /dev/null
@@ -1,9 +0,0 @@
-// Compile with $CC -nostdlib -shared TestModule.c -o TestModule.so
-// The actual contents of the test module is not important here. I am using this
-// because it
-// produces an extremely tiny (but still perfectly valid) module.
-
-void boom(void) {
- char *BOOM;
- *BOOM = 47;
-}