summaryrefslogtreecommitdiff
path: root/simplejson/tests/test_fail.py
diff options
context:
space:
mode:
Diffstat (limited to 'simplejson/tests/test_fail.py')
-rw-r--r--simplejson/tests/test_fail.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplejson/tests/test_fail.py b/simplejson/tests/test_fail.py
index 002eea0..bd7a99e 100644
--- a/simplejson/tests/test_fail.py
+++ b/simplejson/tests/test_fail.py
@@ -73,4 +73,5 @@ class TestFail(TestCase):
except ValueError:
pass
else:
+ #self.fail("Expected failure for fail{0}.json: {1!r}".format(idx, doc))
self.fail("Expected failure for fail%d.json: %r" % (idx, doc))