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