tests/test-chg.t
changeset 33097 fce4ed2912bb
parent 32940 75be14993fda
child 33949 0d0cec9602c3
--- a/tests/test-chg.t	Sun Jun 25 03:11:55 2017 +0530
+++ b/tests/test-chg.t	Sun Jun 25 08:20:05 2017 +0530
@@ -108,7 +108,7 @@
   > from mercurial import registrar
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('crash')
+  > @command(b'crash')
   > def pagercrash(ui, repo, *pats, **opts):
   >     ui.write('going to crash\n')
   >     raise Exception('.')