From f9335c35a97c4f912524a651bb81448f8490a204 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 3 Nov 2017 09:18:11 +0100 Subject: Remove outdated TODO comment Tests for .assignable have been added. --- testsuite.py | 2 -- 1 file changed, 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") -- cgit v1.2.3