summaryrefslogtreecommitdiff
path: root/test/farm/annotate/src/white.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/annotate/src/white.py')
-rw-r--r--test/farm/annotate/src/white.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/farm/annotate/src/white.py b/test/farm/annotate/src/white.py
index 0c4bcb81..ecbbd25a 100644
--- a/test/farm/annotate/src/white.py
+++ b/test/farm/annotate/src/white.py
@@ -23,6 +23,8 @@ def g(x):
g(1)
def h(x):
+ if 0: #pragma: no cover
+ pass
if x == 1:
a = 1
else: