commit | 0f2ed0e5df6d7135d5579b574006730ce09a8e6e | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Tue Sep 27 21:49:34 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Tue Sep 27 21:49:34 2011 +0000 |
tree | 65f014dbe0e8d9fe2a756dc150a96edb4d419609 | |
parent | cb56faf091d92e766937c06aa1d704d78e8e34d0 [diff] [blame] |
Make the assignment of TestBase.mydir more portable. llvm-svn: 140640
diff --git a/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py b/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py index 068077b..04d398b 100644 --- a/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py +++ b/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py
@@ -9,7 +9,7 @@ class FrameUtilsTestCase(TestBase): - mydir = "python_api/lldbutil/frame" + mydir = os.path.join("python_api", "lldbutil", "frame") def setUp(self): # Call super's setUp().