tests/test-pager.t
changeset 33097 fce4ed2912bb
parent 32940 75be14993fda
child 33620 cc047a733f69
--- a/tests/test-pager.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-pager.t	Sun Jun 25 08:20:05 2017 +0530
@@ -230,7 +230,7 @@
   > from mercurial import commands, registrar
   > 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