diff options
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r-- | Lib/test/test_os.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index a9668aa..25fad18 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -361,7 +361,7 @@ def test_main(): WalkTests, MakedirTests, DevNullTests, - URandomTests + URandomTests ) if __name__ == "__main__": |