summaryrefslogtreecommitdiff
path: root/test/test_html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-07-31 21:56:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-07-31 21:56:22 -0400
commitece33ca68a98a516e61a141fd8150385395abb66 (patch)
tree50b55b57dc839ac748b5bc37755669584485567e /test/test_html.py
parente4671e4ba2dd74204abd6a41ddb411f786c484cd (diff)
downloadpython-coveragepy-ece33ca68a98a516e61a141fd8150385395abb66.tar.gz
Finish the paperwork on Julian's patch.
Diffstat (limited to 'test/test_html.py')
-rw-r--r--test/test_html.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_html.py b/test/test_html.py
index 96f98c8..3ebdb10 100644
--- a/test/test_html.py
+++ b/test/test_html.py
@@ -204,7 +204,6 @@ class HtmlWithUnparsableFilesTest(CoverageTest):
have been raised when writing the HTML report.
"""
-
source = "exec compile('', '', 'exec') in {'__file__' : 'liar.html'}"
self.make_file("liar.py", source)
self.make_file("liar.html", "{# Whoops, not python code #}")