Skip to content

Commit

Permalink
Fix unexpected success on sum(bytearray())
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Aug 22, 2017
1 parent 5c742a9 commit 14b9ef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/builtins/test_sum.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ class BuiltinSumFunctionTests(BuiltinFunctionTestCase, TranspileTestCase):
functions = ["sum"]

not_implemented = [
'test_bytearray',
'test_frozenzet',
]

0 comments on commit 14b9ef4

Please sign in to comment.