--- a/tests/test-check-py3-compat.t Sat Apr 16 03:38:23 2016 +0530
+++ b/tests/test-check-py3-compat.t Sat Apr 16 04:06:24 2016 +0530
@@ -55,7 +55,6 @@
tests/test-atomictempfile.py not using absolute_import
tests/test-demandimport.py not using absolute_import
tests/test-demandimport.py requires print_function
- tests/test-trusted.py requires print_function
#if py3exe
$ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
@@ -188,6 +187,5 @@
mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob)
tests/readlink.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
tests/test-demandimport.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
- tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
#endif