summaryrefslogtreecommitdiff
path: root/tests/test_other.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-19 12:18:43 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-08-19 12:18:43 -0700
commit5bbd07d73bff8e8d3a63b35358ed19bbc80234bc (patch)
treedefd02427555d638e8d0f9e93c358a1cd204344e /tests/test_other.py
parentcc8297b311c8deaf6bf991796f93b3177ff94cd1 (diff)
parentf6416d822bd5178065272877505de4428b4aee2a (diff)
Merge pull request #1528 from inolen/shared_lib_fixes
re-enabled non-asm.js shared lib support
Diffstat (limited to 'tests/test_other.py')
-rw-r--r--tests/test_other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index b3e8a2a1..3b3887d6 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -1033,7 +1033,7 @@ int main(int argc, char const *argv[])
self.assertContained('hello from lib', run_js(os.path.join(self.get_dir(), 'a.out.js')))
def test_runtimelink_multi(self):
- return self.skip('shared libs are deprecated')
+ return self.skip('BUILD_AS_SHARED_LIB=2 is deprecated')
if Settings.ASM_JS: return self.skip('asm does not support runtime linking yet')
if SPIDERMONKEY_ENGINE not in JS_ENGINES: return self.skip('cannot run without spidermonkey due to node limitations')