diff options
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')) |