tests/test-blackbox.t
changeset 43802 c6b4c348360e
parent 42884 775224e26d74
child 43803 e6cda6efb12a
--- a/tests/test-blackbox.t	Thu Dec 05 14:01:26 2019 -0800
+++ b/tests/test-blackbox.t	Thu Dec 05 14:18:39 2019 -0800
@@ -390,7 +390,7 @@
   > from mercurial import registrar, scmutil
   > cmdtable = {}
   > command = registrar.command(cmdtable)
-  > @command('noop')
+  > @command(b'noop')
   > def noop(ui, repo):
   >     pass
   > EOF