Skip to content

Commit

Permalink
Remove Str unary negative test from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush981 committed Feb 5, 2016
1 parent 363f8a7 commit 6e2efeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/datatypes/test_str.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class UnaryStrOperationTests(UnaryOperationTestCase, TranspileTestCase):
values = ['""', '"This is a string"']

not_implemented = [
'test_unary_negative',
'test_unary_not',
'test_unary_invert',
]
Expand Down

0 comments on commit 6e2efeb

Please sign in to comment.