tests/test-fileset.t
changeset 38081 8fa2b5c85a46
parent 38080 0a10f142299d
child 38326 8783f128048e
--- a/tests/test-fileset.t	Sat May 19 18:43:13 2018 +0530
+++ b/tests/test-fileset.t	Sat May 19 18:45:53 2018 +0530
@@ -434,7 +434,7 @@
   > from mercurial import registrar
   > 
   > filesetpredicate = registrar.filesetpredicate()
-  > @filesetpredicate('existingcaller()', callexisting=False)
+  > @filesetpredicate(b'existingcaller()', callexisting=False)
   > def existingcaller(mctx, x):
   >     # this 'mctx.existing()' invocation is unintentional
   >     return [f for f in mctx.existing()]