summaryrefslogtreecommitdiff
path: root/tests/test_c_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_c_parser.py')
-rwxr-xr-xtests/test_c_parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_c_parser.py b/tests/test_c_parser.py
index 61c3642..ff6d0a0 100755
--- a/tests/test_c_parser.py
+++ b/tests/test_c_parser.py
@@ -1060,7 +1060,6 @@ class TestCParser_fundamentals(TestCParser_base):
['Constant', 'int', '0b1001010'])
d2 = 'long ar[] = {7, 8, 9};'
- #~ self.parse(d2).show()
self.assertEqual(self.get_decl(d2),
['Decl', 'ar',
['ArrayDecl', '', [],