diff options
Diffstat (limited to 'coverage')
-rw-r--r-- | coverage/parser.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/parser.py b/coverage/parser.py index 1c19f69e..61a69e81 100644 --- a/coverage/parser.py +++ b/coverage/parser.py @@ -770,8 +770,6 @@ class AstArcAnalyzer(object): return None # In the fullness of time, these might be good tests to write: - # while EXPR: - # while False: # listcomps hidden deep in other expressions # listcomps hidden in lists: x = [[i for i in range(10)]] # nested function definitions |