summaryrefslogtreecommitdiff
path: root/test/farm/html/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/html/src')
-rw-r--r--test/farm/html/src/x.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/farm/html/src/x.py b/test/farm/html/src/x.py
deleted file mode 100644
index 9e71aebd..00000000
--- a/test/farm/html/src/x.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# A test file for HTML reporting by coverage.
-
-if 1 < 2:
- # Needed a < to look at HTML entities.
- a = 3
-else:
- a = 4