summaryrefslogtreecommitdiff
path: root/Lib/test/test_os.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r--Lib/test/test_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index c1889e164e..470e347dbc 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -52,7 +52,7 @@ class TemporaryFileTests(unittest.TestCase):
if not hasattr(os, "tmpnam"):
return
self.check_tempfile(os.tmpnam())
-
+
run_unittest(TemporaryFileTests)