aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-04-10 10:25:30 -0700
committerAlon Zakai <alonzakai@gmail.com>2014-04-10 10:25:30 -0700
commitd7f14cea09e8d2911dc44ede06d28b34e5fd555f (patch)
treec5e737cb18df54ca17fc2b7233f4e2eda09235a6 /tests/test_core.py
parent022873c12ec07fab6fbd72d04f7a2616b8f0abc9 (diff)
enable test_atomic_cxx on everything but 64-bit operations; #2273
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index a3712de2..d4960684 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -4422,7 +4422,7 @@ PORT: 3979
src, output = (test_path + s for s in ('.in', '.out'))
self.do_run_from_file(src, output)
- def zzztest_atomic_cxx(self):
+ def test_atomic_cxx(self):
if self.emcc_args is None: return self.skip('needs emcc')
test_path = path_from_root('tests', 'core', 'test_atomic_cxx')
src, output = (test_path + s for s in ('.cpp', '.txt'))