diff tests/test-wireproto.py.out @ 37923:40381a88bab4

tests: port test-wireproto.py to Python 3 A little bit of output churn because we now get b'' prefixes on output in both 2 and 3, but for this test I'm more comfortable knowing that we're using bytestrs everywhere. Differential Revision: https://phab.mercurial-scm.org/D3510
author Augie Fackler <augie@google.com>
date Fri, 27 Apr 2018 11:55:04 -0400
parents d3d32643c060
children
line wrap: on
line diff
--- a/tests/test-wireproto.py.out	Fri Apr 27 11:50:24 2018 -0400
+++ b/tests/test-wireproto.py.out	Fri Apr 27 11:55:04 2018 -0400
@@ -1,2 +1,2 @@
 Hello, Foobar
-['Hello, Fo, =;:<o', 'Hello, Bar']
+[b'Hello, Fo, =;:<o', b'Hello, Bar']