aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 89bf0c56..18d5f4d1 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5887,7 +5887,7 @@ def process(filename):
def test_dlfcn_self(self):
if Settings.USE_TYPED_ARRAYS == 1: return self.skip('Does not work with USE_TYPED_ARRAYS=1')
- Settings.LINKABLE = 1
+ Settings.DLOPEN_SUPPORT = 1
src = r'''
#include <stdio.h>