tests/test-pager-legacy.t
changeset 33109 fce4ed2912bb
parent 32958 75be14993fda
child 34918 274811627808
--- a/tests/test-pager-legacy.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-pager-legacy.t	Sun Jun 25 08:20:05 2017 +0530
@@ -217,7 +217,7 @@
   > from mercurial import registrar, commands
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('fortytwo', [], 'fortytwo', norepo=True)
+  > @command(b'fortytwo', [], 'fortytwo', norepo=True)
   > def fortytwo(ui, *opts):
   >     ui.write('42\n')
   >     return 42