Patch #1678088: convert test_operations to use unittest, fold the result into test_dict.
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index f424f7b..ce5f2f6 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -470,7 +470,7 @@
 STDTESTS = [
     'test_grammar',
     'test_opcodes',
-    'test_operations',
+    'test_dict',
     'test_builtin',
     'test_exceptions',
     'test_types',