Change some tests slightly

This commit is contained in:
Dave Halter
2026-05-01 14:14:12 +02:00
parent f8fb2d1230
commit 696df90daf
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@
#! 12 type-error-not-iterable
[a for a in 1]
# TODO wrong?
#! 10 type-error-too-many-arguments
tuple(str(a) for a in [1])
#! 8 type-error-operation