diff --git a/test/static_analysis/python2.py b/test/static_analysis/python2.py deleted file mode 100644 index 4d896e3e..00000000 --- a/test/static_analysis/python2.py +++ /dev/null @@ -1,11 +0,0 @@ -""" -Some special cases of Python 2. -""" -# python <= 2.7 - -# print is syntax: -print 1 -print(1) - -#! 6 name-error -print NOT_DEFINED