diff tests/test-check-py3-compat.t @ 28948:16390f4cccf0

py3: make test-demandimport use print_function Replacing print statements with print function.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 16 Apr 2016 12:41:58 +0530
parents 812eb3b7dc43
children 98153441c8cc
line wrap: on
line diff
--- a/tests/test-check-py3-compat.t	Sat Apr 16 06:03:11 2016 +0300
+++ b/tests/test-check-py3-compat.t	Sat Apr 16 12:41:58 2016 +0530
@@ -48,7 +48,6 @@
   tests/svn-safe-append.py not using absolute_import
   tests/test-atomictempfile.py not using absolute_import
   tests/test-demandimport.py not using absolute_import
-  tests/test-demandimport.py requires print_function
 
 #if py3exe
   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
@@ -180,6 +179,5 @@
   mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob)
   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)
 
 #endif