summaryrefslogtreecommitdiff
path: root/pylint/test/functional/invalid_unary_operand_type.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/invalid_unary_operand_type.txt')
-rw-r--r--pylint/test/functional/invalid_unary_operand_type.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/pylint/test/functional/invalid_unary_operand_type.txt b/pylint/test/functional/invalid_unary_operand_type.txt
deleted file mode 100644
index 22fa72711..000000000
--- a/pylint/test/functional/invalid_unary_operand_type.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-invalid-unary-operand-type:36:these_are_bad:"bad operand type for unary ~: list"
-invalid-unary-operand-type:37:these_are_bad:"bad operand type for unary ~: tuple"
-invalid-unary-operand-type:38:these_are_bad:"bad operand type for unary ~: dict"
-invalid-unary-operand-type:39:these_are_bad:"bad operand type for unary ~: dict"
-invalid-unary-operand-type:40:these_are_bad:"bad operand type for unary ~: set"
-invalid-unary-operand-type:41:these_are_bad:"bad operand type for unary -: set"
-invalid-unary-operand-type:42:these_are_bad:"bad operand type for unary -: str"
-invalid-unary-operand-type:43:these_are_bad:"bad operand type for unary ~: str"
-invalid-unary-operand-type:44:these_are_bad:"bad operand type for unary +: str"
-invalid-unary-operand-type:47:these_are_bad:"bad operand type for unary ~: <lambda>"
-invalid-unary-operand-type:48:these_are_bad:"bad operand type for unary ~: A"
-invalid-unary-operand-type:49:these_are_bad:"bad operand type for unary ~: A"
-invalid-unary-operand-type:50:these_are_bad:"bad operand type for unary ~: collections"
-invalid-unary-operand-type:51:these_are_bad:"bad operand type for unary ~: float" \ No newline at end of file