summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/integration/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/tests.py b/tests/integration/tests.py
index 7dcfbf4..0d0ac68 100644
--- a/tests/integration/tests.py
+++ b/tests/integration/tests.py
@@ -321,7 +321,7 @@ class TestMultiByteParam(unittest.TestCase):
}]
self.assertEqual(self.cls.to_asm(), "poop")
-class TestPostParsing: #(unittest.TestCase):
+class TestPostParsing(unittest.TestCase):
"""tests that must be run after parsing all maps"""
def test_signpost_counts(self):
self.assertEqual(len(map_names[1][1]["signposts"]), 0)