diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-25 18:56:42 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-25 18:56:42 -0700 |
commit | f00005c048e92b4a37efada62547285b16c00955 (patch) | |
tree | 447b1c8966fa3f7988f4a04bbfc6cadce2826e94 | |
parent | cad7d6a4d31c078a8ee8ec0252dc3b64480f35e5 (diff) |
simplify test_dlfcn_basic
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 7facf395..7eff0d2f 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -5567,7 +5567,6 @@ The current type of b is: 9 if Settings.ASM_JS: return self.skip('TODO: dlopen in asm') Settings.NAMED_GLOBALS = 1 - Settings.LINKABLE = 1 lib_src = ''' #include <cstdio> |