summaryrefslogtreecommitdiff
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-03-12 15:57:19 +0000
committerCollin Winter <collinw@gmail.com>2007-03-12 15:57:19 +0000
commitf567ca3e1ae851ea6e7418da3df47e034841a08d (patch)
tree62a59ed8a8fca012efe1a4b4f67031452fd3ec81 /Lib/test/regrtest.py
parent7b9c555520436b8bd1805202e7b0d1329f05b321 (diff)
downloadcpython-git-f567ca3e1ae851ea6e7418da3df47e034841a08d.tar.gz
Patch #1678088: convert test_operations to use unittest, fold the result into test_dict.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index f424f7b22b..ce5f2f608e 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -470,7 +470,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, generate=False,
STDTESTS = [
'test_grammar',
'test_opcodes',
- 'test_operations',
+ 'test_dict',
'test_builtin',
'test_exceptions',
'test_types',