[Lldb-commits] [lldb] r118511 - /lldb/trunk/test/macosx/universal/TestUniversal.py

Johnny Chen johnny.chen at apple.com
Tue Nov 9 09:09:20 PST 2010


Author: johnny
Date: Tue Nov  9 11:09:20 2010
New Revision: 118511

URL: http://llvm.org/viewvc/llvm-project?rev=118511&view=rev
Log:
Make the specification of relative directory more robust.

Modified:
    lldb/trunk/test/macosx/universal/TestUniversal.py

Modified: lldb/trunk/test/macosx/universal/TestUniversal.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/macosx/universal/TestUniversal.py?rev=118511&r1=118510&r2=118511&view=diff
==============================================================================
--- lldb/trunk/test/macosx/universal/TestUniversal.py (original)
+++ lldb/trunk/test/macosx/universal/TestUniversal.py Tue Nov  9 11:09:20 2010
@@ -7,7 +7,7 @@
 
 class UniversalTestCase(TestBase):
 
-    mydir = "macosx/universal"
+    mydir = os.path.join("macosx", "universal")
 
     def setUp(self):
         # Call super's setUp().





More information about the lldb-commits mailing list