summaryrefslogtreecommitdiff
path: root/tests/test_c_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_c_generator.py')
-rw-r--r--tests/test_c_generator.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_c_generator.py b/tests/test_c_generator.py
index 7937525..e98951c 100644
--- a/tests/test_c_generator.py
+++ b/tests/test_c_generator.py
@@ -90,9 +90,6 @@ class TestCtoC(unittest.TestCase):
self._assert_ctoc_correct('int test(const char* const* arg);')
self._assert_ctoc_correct('int test(const char** const arg);')
- #s = 'int test(const char* const* arg);'
- #parse_to_ast(s).show()
-
def test_ternary(self):
self._assert_ctoc_correct('''
int main(void)