summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2018-12-21 17:48:55 +0200
committerHarel Ben-Attia <harelba@gmail.com>2018-12-21 17:48:55 +0200
commit06879001a8aefd7d77f8faae1c3ee46893f7e1ce (patch)
tree4d88b130c9547d57ea508f8b8742db57421004a0
parent27a3b1e7424f28edd4c46d399e443aaae35d5f7d (diff)
parent746cb9f67657c9d484befbe15862d788b18be876 (diff)
Merge branch 'more-py3-stuff' into q-benchmark
-rwxr-xr-xtest/test-suite1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-suite b/test/test-suite
index af00795..cc15299 100755
--- a/test/test-suite
+++ b/test/test-suite
@@ -1851,7 +1851,6 @@ class FormattingTests(AbstractQTestCase):
# Nothing should be output to stderr in other versions
self.assertTrue(False,msg='Unidentified output in stderr')
-
self.assertEqual(len(o), 6)
actual_output = list(map(lambda row: row.split(six.b(",")),o))