diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-03 09:18:11 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-03 09:18:11 +0100 |
| commit | f9335c35a97c4f912524a651bb81448f8490a204 (patch) | |
| tree | 26437f8629e68bfbc44d20f8e3f738d66e51d32c /testsuite.py | |
| parent | 3ba2145091d238807a616629b25ab98506de5b46 (diff) | |
Remove outdated TODO comment
Tests for .assignable have been added.
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
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") |
