Permalink
Browse files

Modify the print() test case to show the incompatibility between two

grammars.
  • Loading branch information...
Andy Chu
Andy Chu committed Mar 6, 2018
1 parent f9c8958 commit 773a398600ebacce05b756b6157bf76149127b6a
Showing with 1 addition and 1 deletion.
  1. +1 −1 opy/testdata/hello_py2.py
@@ -1,2 +1,2 @@
from __future__ import print_function
print("hi from Python 2")
print("hi from Python 2", file=sys.stderr)

0 comments on commit 773a398

Please sign in to comment.