Fix tests broken by fixed FloorDiv.

This commit is contained in:
whitequark 2015-07-21 14:05:07 +03:00
parent ec9d40b04f
commit e58b811d6d
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
[1] * 2
# CHECK-L: [1:int(width='l)]:list(elt=int(width='l)) * 2:int(width='m):list(elt=int(width='l))
1 / 2
# CHECK-L: 1:int(width='n):int(width='o) / 2:int(width='p):int(width='o):int(width='o)
1 // 2
# CHECK-L: 1:int(width='n):int(width='o) // 2:int(width='p):int(width='o):int(width='o)
1 + 1.0
# CHECK-L: 1:int(width='q):float + 1.0:float:float