G -> M (closes #17533)
diff --git a/Lib/test/pickletester.py b/Lib/test/pickletester.py
index c95531f..7f43dfb 100644
--- a/Lib/test/pickletester.py
+++ b/Lib/test/pickletester.py
@@ -11,7 +11,7 @@
     from test.test_support import _2G, _1M, precisionbigmemtest
 except ImportError:
     # this import might fail when run on older Python versions by test_xpickle
-    _2G = _1G = 0
+    _2G = _1M = 0
     def precisionbigmemtest(*args, **kwargs):
         return lambda self: None