summaryrefslogtreecommitdiff
path: root/test/farm/html/src/y.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/html/src/y.py')
-rw-r--r--test/farm/html/src/y.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/farm/html/src/y.py b/test/farm/html/src/y.py
deleted file mode 100644
index af7c9689..00000000
--- a/test/farm/html/src/y.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# A test file for XML reporting by coverage.
-
-def choice(x):
- if x < 2:
- return 3
- else:
- return 4
-
-assert choice(1) == 3