commit | f567ca3e1ae851ea6e7418da3df47e034841a08d | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Mon Mar 12 15:57:19 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Mon Mar 12 15:57:19 2007 +0000 |
tree | 62a59ed8a8fca012efe1a4b4f67031452fd3ec81 | |
parent | 7b9c555520436b8bd1805202e7b0d1329f05b321 [diff] [blame] |
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',