diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-04-10 10:25:30 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-04-10 10:25:30 -0700 |
commit | d7f14cea09e8d2911dc44ede06d28b34e5fd555f (patch) | |
tree | c5e737cb18df54ca17fc2b7233f4e2eda09235a6 /tests/test_core.py | |
parent | 022873c12ec07fab6fbd72d04f7a2616b8f0abc9 (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.py | 2 |
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')) |