#5723: Improve json tests to be executed with and without accelerations.
diff --git a/Lib/test/support.py b/Lib/test/support.py
index dcfadea..baafcc3 100644
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -116,8 +116,8 @@
 
     If deprecated is True, any module or package deprecation messages
     will be suppressed."""
-    # NOTE: test_heapq and test_warnings include extra sanity checks to make
-    # sure that this utility function is working as expected
+    # NOTE: test_heapq, test_json and test_warnings include extra sanity checks
+    # to make sure that this utility function is working as expected
     with _ignore_deprecated_imports(deprecated):
         # Keep track of modules saved for later restoration as well
         # as those which just need a blocking entry removed