Move namespace directory to now reside under lang/cpp.

llvm-svn: 133879
This commit is contained in:
Johnny Chen 2011-06-25 20:21:10 +00:00
parent 91b6b77795
commit 30a6a1e365
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LEVEL = ../make
LEVEL = ../../../make
CXX_SOURCES := main.cpp

View File

@ -9,7 +9,7 @@ from lldbtest import *
class NamespaceTestCase(TestBase):
mydir = "namespace"
mydir = os.path.join("lang", "cpp", "namespace")
# rdar://problem/8668674
@unittest2.expectedFailure