diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py b/lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py index 816751cd879..bdb0a589466 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/paths/TestPaths.py @@ -6,7 +6,6 @@ from __future__ import print_function import lldb import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil @@ -38,7 +37,6 @@ class TestPaths(TestBase): current_directory_spec = lldb.SBFileSpec(os.path.curdir) current_directory_string = current_directory_spec.GetDirectory() self.assertNotEqual(current_directory_string[-1:], '/') - pass @skipUnlessPlatform(["windows"]) @no_debug_info_test |