summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/functional/m/mixed_indentation.py10
-rw-r--r--tests/functional/m/mixed_indentation.txt2
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/functional/m/mixed_indentation.py b/tests/functional/m/mixed_indentation.py
deleted file mode 100644
index 724ecff7a..000000000
--- a/tests/functional/m/mixed_indentation.py
+++ /dev/null
@@ -1,10 +0,0 @@
-"""test mixed tabs and spaces"""
-from __future__ import print_function
-
-def spaces_func():
- """yo"""
- print("yo")
-
-def tab_func():
- """yo""" # [mixed-indentation]
- print("yo") # [mixed-indentation]
diff --git a/tests/functional/m/mixed_indentation.txt b/tests/functional/m/mixed_indentation.txt
deleted file mode 100644
index d4857e666..000000000
--- a/tests/functional/m/mixed_indentation.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-mixed-indentation:9::Found indentation with tabs instead of spaces
-mixed-indentation:10::Found indentation with tabs instead of spaces