diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-30 05:56:40 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-30 05:56:40 (GMT) |
commit | 1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19 (patch) | |
tree | 0575e38da29c8d788fe38568886b11cb19d6eb99 /Lib/test/regrtest.py | |
parent | 003047a5f2e1566f70dc2f001c0f43e8059c02e3 (diff) | |
download | cpython-1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19.zip cpython-1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19.tar.gz cpython-1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index b2bb7ac..329800c 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -38,7 +38,7 @@ only the following are defined: curses - Tests that use curses and will modify the terminal's state and output modes. - + largefile - It is okay to run some test that may create huge files. These tests can take a long time and may consume >2GB of disk space temporarily. |