forked from OSchip/llvm-project
Move namespace directory to now reside under lang/cpp.
llvm-svn: 133879
This commit is contained in:
parent
91b6b77795
commit
30a6a1e365
|
@ -1,4 +1,4 @@
|
|||
LEVEL = ../make
|
||||
LEVEL = ../../../make
|
||||
|
||||
CXX_SOURCES := main.cpp
|
||||
|
|
@ -9,7 +9,7 @@ from lldbtest import *
|
|||
|
||||
class NamespaceTestCase(TestBase):
|
||||
|
||||
mydir = "namespace"
|
||||
mydir = os.path.join("lang", "cpp", "namespace")
|
||||
|
||||
# rdar://problem/8668674
|
||||
@unittest2.expectedFailure
|
Loading…
Reference in New Issue