[Lldb-commits] [lldb] r133879 - in /lldb/trunk/test: lang/cpp/namespace/ lang/cpp/namespace/Makefile lang/cpp/namespace/TestNamespace.py namespace/

Johnny Chen johnny.chen at apple.com
Sat Jun 25 13:21:10 PDT 2011


Author: johnny
Date: Sat Jun 25 15:21:10 2011
New Revision: 133879

URL: http://llvm.org/viewvc/llvm-project?rev=133879&view=rev
Log:
Move namespace directory to now reside under lang/cpp.

Added:
    lldb/trunk/test/lang/cpp/namespace/
      - copied from r133875, lldb/trunk/test/namespace/
Removed:
    lldb/trunk/test/namespace/
Modified:
    lldb/trunk/test/lang/cpp/namespace/Makefile
    lldb/trunk/test/lang/cpp/namespace/TestNamespace.py

Modified: lldb/trunk/test/lang/cpp/namespace/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/namespace/Makefile?rev=133879&r1=133875&r2=133879&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/namespace/Makefile (original)
+++ lldb/trunk/test/lang/cpp/namespace/Makefile Sat Jun 25 15:21:10 2011
@@ -1,4 +1,4 @@
-LEVEL = ../make
+LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
 

Modified: lldb/trunk/test/lang/cpp/namespace/TestNamespace.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/namespace/TestNamespace.py?rev=133879&r1=133875&r2=133879&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/namespace/TestNamespace.py (original)
+++ lldb/trunk/test/lang/cpp/namespace/TestNamespace.py Sat Jun 25 15:21:10 2011
@@ -9,7 +9,7 @@
 
 class NamespaceTestCase(TestBase):
 
-    mydir = "namespace"
+    mydir = os.path.join("lang", "cpp", "namespace")
 
     # rdar://problem/8668674
     @unittest2.expectedFailure





More information about the lldb-commits mailing list