summaryrefslogtreecommitdiff
path: root/tests/basics/string_format2.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-03-15 17:25:46 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-15 17:25:46 +1100
commit3a0b2be6e28b5bd8f44bd4d05fa99850630a9338 (patch)
treeb705af94a71d9310e5b48f863f1ece229bf8fde9 /tests/basics/string_format2.py
parentd65371538d8ecdc64691f1c522b5b9ecc1299c7f (diff)
tests/basics/string_format2: Adjust comment now that tests succeed.
Diffstat (limited to 'tests/basics/string_format2.py')
-rw-r--r--tests/basics/string_format2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/string_format2.py b/tests/basics/string_format2.py
index e211535be..881ff4f80 100644
--- a/tests/basics/string_format2.py
+++ b/tests/basics/string_format2.py
@@ -1,6 +1,6 @@
# comprehensive functionality test for {} format string
-int_tests = False # these take a while, and some give wrong results
+int_tests = False # these take a while
char_tests = True
str_tests = True