diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 08:47:50 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 08:47:50 +0100 |
| commit | cec15de1755d89963537ea0c8dacd94118ce2ff3 (patch) | |
| tree | 21614677fc7aa1876120d83fa1932ce69d10e9a5 /testsuite.py | |
| parent | c33fab233dae787a29963fa71546f5ae6b8f3990 (diff) | |
Add Comment.get_visibility().
Omission.
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py index ff2b96a..6fd78d9 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1101,6 +1101,7 @@ def test_call_all(conf): m.__str__() for c in conf.get_comments(): + c.get_visibility() c.get_text() c.get_parent() c.get_referenced_symbols() |
