summaryrefslogtreecommitdiff
path: root/testsuite/tests/dynlibs/T3807-export.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dynlibs/T3807-export.c')
-rw-r--r--testsuite/tests/dynlibs/T3807-export.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/tests/dynlibs/T3807-export.c b/testsuite/tests/dynlibs/T3807-export.c
index aba129e944..ac54fd73cb 100644
--- a/testsuite/tests/dynlibs/T3807-export.c
+++ b/testsuite/tests/dynlibs/T3807-export.c
@@ -1,8 +1,6 @@
#include <HsFFI.h>
-extern void __stginit_T3807Export(void);
-
void
test_init (void)
{
@@ -11,7 +9,6 @@ test_init (void)
static int argc = 1;
hs_init (&argc, &argv_);
- hs_add_root (__stginit_T3807Export);
}
void