summaryrefslogtreecommitdiff
path: root/test/farm/html/src
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-27 20:33:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-27 20:33:23 -0500
commit291ec95b6c17c28371280e7dcde58b1cc9dd6a82 (patch)
tree17ec0b71e4f097f244bd20bcb319ea23043fc2d9 /test/farm/html/src
parent8a06359bee567f563b561699350731433264f928 (diff)
downloadpython-coveragepy-git-291ec95b6c17c28371280e7dcde58b1cc9dd6a82.tar.gz
Remove some redundancy in the farm tests.
--HG-- rename : test/farm/html/run_x_xml.py => test/farm/html/run_a_xml.py
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