summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-03 09:18:11 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-03 09:18:11 +0100
commitf9335c35a97c4f912524a651bb81448f8490a204 (patch)
tree26437f8629e68bfbc44d20f8e3f738d66e51d32c
parent3ba2145091d238807a616629b25ab98506de5b46 (diff)
Remove outdated TODO comment
Tests for .assignable have been added.
-rw-r--r--testsuite.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py
index 9539db3..a49ebab 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -233,8 +233,6 @@ def run_selftests():
verify_string_bad(r""" "foo """)
verify_string_bad(r""" 'foo """)
- # TODO: Kmodifiable gone, test assignable
-
print("Testing expression evaluation")