Make the specification of relative directory more robust.

llvm-svn: 118511
This commit is contained in:
Johnny Chen 2010-11-09 17:09:20 +00:00
parent c55be6d317
commit 98d9c79e7d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from lldbtest import *
class UniversalTestCase(TestBase):
mydir = "macosx/universal"
mydir = os.path.join("macosx", "universal")
def setUp(self):
# Call super's setUp().