summaryrefslogtreecommitdiff
path: root/Lib/test/test_largefile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_largefile.py')
-rw-r--r--Lib/test/test_largefile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_largefile.py b/Lib/test/test_largefile.py
index e0301604c0..352fae07ce 100644
--- a/Lib/test/test_largefile.py
+++ b/Lib/test/test_largefile.py
@@ -3,8 +3,6 @@
#----------------------------------------------------------------------
# test largefile support on system where this makes sense
#
-#XXX how to only run this when support is there
-#XXX how to only optionally run this, it will take along time
#----------------------------------------------------------------------
import test_support