summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r--Lib/test/testall.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
deleted file mode 100644
index 2349394..0000000
--- a/Lib/test/testall.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Backward compatibility -- you should use regrtest instead of this module.
-import sys, regrtest
-sys.argv[1:] = ["-vv"]
-regrtest.main()