fixed some tests

This commit is contained in:
Araq
2012-01-03 01:42:23 +01:00
parent 20843b7c1a
commit 9152193e41
2 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
discard """
line: 8
msg: "Error: type mismatch: got (int)"
msg: "type mismatch: got (int)"
"""
# please finally disallow Len(3)

View File

@@ -3,9 +3,5 @@ discard """
output: "1"
"""
# len(x) --> len([x]) --> match!
echo len(1_000_000) #OUT 1
echo len([1_000_000]) #OUT 1