diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor')
| -rw-r--r-- | lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py index 6ec0350d3d5..81b853a5854 100644 --- a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py +++ b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py @@ -19,7 +19,7 @@ from lldbtest import * class APIDefaultConstructorTestCase(TestBase): - mydir = os.path.join("python_api", "default-constructor") + mydir = TestBase.compute_mydir(__file__) @python_api_test def test_SBAddress(self): |

