From 3a0b2be6e28b5bd8f44bd4d05fa99850630a9338 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 15 Mar 2017 17:25:46 +1100 Subject: [PATCH] tests/basics/string_format2: Adjust comment now that tests succeed. --- tests/basics/string_format2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basics/string_format2.py b/tests/basics/string_format2.py index e211535be4..881ff4f804 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