diff tests/test-check-py3-compat.t @ 29142:c07be448028b

check-code: fix py3 complaint about \NNN being invalid unicode
author timeless <timeless@mozdev.org>
date Wed, 11 May 2016 01:56:08 +0000
parents e521cb13d354
children 5a3197cbe415
line wrap: on
line diff
--- a/tests/test-check-py3-compat.t	Thu May 05 09:12:26 2016 +0000
+++ b/tests/test-check-py3-compat.t	Wed May 11 01:56:08 2016 +0000
@@ -37,7 +37,6 @@
 
 #if py3exe
   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
-  contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob)
   doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   hgext/automv.py: error importing module: <SyntaxError> invalid syntax (commands.py, line *) (line *) (glob)
   hgext/blackbox.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)