tests/test-check-code.t
changeset 30697 13d94304c8da
parent 30667 5861bdbeb9a3
child 31361 8a17c541177f
--- a/tests/test-check-code.t	Tue Jan 03 13:25:29 2017 +0100
+++ b/tests/test-check-code.t	Wed Jan 04 14:52:59 2017 -0500
@@ -10,7 +10,7 @@
   $ hg locate -X contrib/python-zstandard -X hgext/fsmonitor/pywatchman |
   > sed 's-\\-/-g' | xargs "$check_code" --warnings --per-file=0 || false
   Skipping i18n/polib.py it has no-che?k-code (glob)
-  mercurial/demandimport.py:309:
+  mercurial/demandimport.py:312:
    >     if os.environ.get('HGDEMANDIMPORT') != 'disable':
    use encoding.environ instead (py3)
   mercurial/encoding.py:54: