aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-02 17:35:43 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-02 17:35:43 -0800
commit1341770f17043a800d87e2fd23c368c913cb6e87 (patch)
tree52de52da891d88962b944ae748e5199c43d15309 /tests/test_core.py
parent60e3e4622a70a562f7faba0d00f5638214bba29d (diff)
parse exports from fastcomp, and enable test_llvm_used
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index d7e2bbcb..ec25a733 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -1892,8 +1892,6 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co
self.do_run_from_file(src, output, [], lambda x, err: x.replace('\n', '*'))
def test_llvm_used(self):
- if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('pnacl kills llvm_used')
-
Building.LLVM_OPTS = 3
test_path = path_from_root('tests', 'core', 'test_llvm_used')